Searched defs:udptable (Results 1 – 3 of 3) sorted by relevance
/linux-6.8/net/ipv4/ |
D | udp.c | 242 struct udp_table *udptable = udp_get_table_prot(sk); in udp_lib_get_port() local 474 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup() 525 struct udp_table *udptable) in __udp4_lib_lookup_skb() 641 struct udp_table *udptable, in __udp4_lib_err_encap() 700 int __udp4_lib_err(struct sk_buff *skb, u32 info, struct udp_table *udptable) in __udp4_lib_err() 1951 struct udp_table *udptable = udp_get_table_prot(sk); in udp_lib_unhash() local 1982 struct udp_table *udptable = udp_get_table_prot(sk); in udp_lib_rehash() local 2226 struct udp_table *udptable, in __udp4_lib_mcast_deliver() 2360 int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp4_lib_rcv() 2477 struct udp_table *udptable = net->ipv4.udp_table; in __udp4_lib_mcast_demux_lookup() local [all …]
|
/linux-6.8/net/ipv6/ |
D | udp.c | 214 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() 266 struct udp_table *udptable) in __udp6_lib_lookup_skb() 505 struct udp_table *udptable, in __udp6_lib_err_encap() 559 struct udp_table *udptable) in __udp6_lib_err() 834 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() 929 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() 1059 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_demux_lookup() local
|
/linux-6.8/tools/testing/selftests/bpf/progs/ |
D | sock_iter_batch.c | 65 struct udp_table *udptable; in iter_udp_soreuse() local
|