Searched defs:udptable (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/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 2224 struct udp_table *udptable, in __udp4_lib_mcast_deliver() 2358 int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp4_lib_rcv() 2475 struct udp_table *udptable = net->ipv4.udp_table; in __udp4_lib_mcast_demux_lookup() local [all …]
|
/Linux-v6.6/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() 504 struct udp_table *udptable, in __udp6_lib_err_encap() 558 struct udp_table *udptable) in __udp6_lib_err() 831 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() 926 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() 1056 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_demux_lookup() local
|