Home
last modified time | relevance | path

Searched refs:bpf_iter_udp_seq_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/net/ipv4/
Dudp.c2988 static const struct seq_operations bpf_iter_udp_seq_ops; variable
2996 if (seq->op == &bpf_iter_udp_seq_ops) in udp_get_table_seq()
3346 static const struct seq_operations bpf_iter_udp_seq_ops = { variable
3360 if (seq->op == &bpf_iter_udp_seq_ops) in seq_file_family()
3622 .seq_ops = &bpf_iter_udp_seq_ops,