Searched refs:bpf_udp_iter_state (Results 1 – 1 of 1) sorted by relevance
3127 struct bpf_udp_iter_state { struct3137 static int bpf_iter_udp_realloc_batch(struct bpf_udp_iter_state *iter, argument3141 struct bpf_udp_iter_state *iter = seq->private; in bpf_iter_udp_batch()3227 struct bpf_udp_iter_state *iter = seq->private; in bpf_iter_udp_seq_next()3304 static void bpf_iter_udp_put_batch(struct bpf_udp_iter_state *iter) in bpf_iter_udp_put_batch()3312 struct bpf_udp_iter_state *iter = seq->private; in bpf_iter_udp_seq_stop()3560 static int bpf_iter_udp_realloc_batch(struct bpf_udp_iter_state *iter, in DEFINE_BPF_ITER_FUNC()3582 struct bpf_udp_iter_state *iter = priv_data; in bpf_iter_init_udp()3598 struct bpf_udp_iter_state *iter = priv_data; in bpf_iter_fini_udp()3608 .seq_priv_size = sizeof(struct bpf_udp_iter_state),