Searched refs:bpf_udp_iter_state (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv4/
H A Dudp.c3140 struct bpf_udp_iter_state { struct
3150 static int bpf_iter_udp_realloc_batch(struct bpf_udp_iter_state *iter,
3154 struct bpf_udp_iter_state *iter = seq->private;
3240 struct bpf_udp_iter_state *iter = seq->private;
3317 static void bpf_iter_udp_put_batch(struct bpf_udp_iter_state *iter)
3325 struct bpf_udp_iter_state *iter = seq->private;
3573 static int bpf_iter_udp_realloc_batch(struct bpf_udp_iter_state *iter,
3595 struct bpf_udp_iter_state *iter = priv_data;
3611 struct bpf_udp_iter_state *iter = priv_data;
3621 .seq_priv_size = sizeof(struct bpf_udp_iter_state),
[all...]

Completed in 83 milliseconds