Lines Matching defs:bpf_udp_iter_state
3105 struct bpf_udp_iter_state {
3115 static int bpf_iter_udp_realloc_batch(struct bpf_udp_iter_state *iter,
3119 struct bpf_udp_iter_state *iter = seq->private;
3205 struct bpf_udp_iter_state *iter = seq->private;
3282 static void bpf_iter_udp_put_batch(struct bpf_udp_iter_state *iter)
3290 struct bpf_udp_iter_state *iter = seq->private;
3538 static int bpf_iter_udp_realloc_batch(struct bpf_udp_iter_state *iter,
3560 struct bpf_udp_iter_state *iter = priv_data;
3576 struct bpf_udp_iter_state *iter = priv_data;
3586 .seq_priv_size = sizeof(struct bpf_udp_iter_state),