Searched defs:udptable (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | udp.c | 243 struct udp_table *udptable = udp_get_table_prot(sk); in udp_lib_get_port() local 486 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup() 537 struct udp_table *udptable) in __udp4_lib_lookup_skb() 661 struct udp_table *udptable, in __udp4_lib_err_encap() 720 int __udp4_lib_err(struct sk_buff *skb, u32 info, struct udp_table *udptable) in __udp4_lib_err() 1978 struct udp_table *udptable = udp_get_table_prot(sk); in udp_lib_unhash() local 2009 struct udp_table *udptable = udp_get_table_prot(sk); in udp_lib_rehash() local 2253 struct udp_table *udptable, in __udp4_lib_mcast_deliver() 2387 int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp4_lib_rcv() 2504 struct udp_table *udptable = net->ipv4.udp_table; in __udp4_lib_mcast_demux_lookup() local [all …]
|
/linux-6.12.1/net/ipv6/ |
D | udp.c | 223 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() 275 struct udp_table *udptable) in __udp6_lib_lookup_skb() 515 struct udp_table *udptable, in __udp6_lib_err_encap() 569 struct udp_table *udptable) in __udp6_lib_err() 844 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() 936 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() 1066 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_demux_lookup() local
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | sock_iter_batch.c | 65 struct udp_table *udptable; in iter_udp_soreuse() local
|