Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c3105 struct bpf_udp_iter_state { struct
3115 static int bpf_iter_udp_realloc_batch(struct bpf_udp_iter_state *iter,
3119 struct bpf_udp_iter_state *iter = seq->private; in bpf_iter_udp_batch()
3205 struct bpf_udp_iter_state *iter = seq->private; in bpf_iter_udp_seq_next()
3282 static void bpf_iter_udp_put_batch(struct bpf_udp_iter_state *iter) in bpf_iter_udp_put_batch()
3290 struct bpf_udp_iter_state *iter = seq->private; in bpf_iter_udp_seq_stop()
3538 static int bpf_iter_udp_realloc_batch(struct bpf_udp_iter_state *iter, in bpf_iter_udp_realloc_batch()
3560 struct bpf_udp_iter_state *iter = priv_data; in bpf_iter_init_udp()
3576 struct bpf_udp_iter_state *iter = priv_data; in bpf_iter_fini_udp()
3586 .seq_priv_size = sizeof(struct bpf_udp_iter_state),
[all...]

Completed in 5 milliseconds