Searched defs:udptable (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | udp.c | 290 int dif, struct udp_table *udptable) in __udp6_lib_lookup() 370 struct udp_table *udptable) in __udp6_lib_lookup_skb() 539 struct udp_table *udptable) in __udp6_lib_err() 787 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() 847 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv()
|
/linux-4.4.14/net/ipv4/ |
D | udp.c | 214 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_get_port() local 497 int dif, struct udp_table *udptable) in __udp4_lib_lookup() 578 struct udp_table *udptable) in __udp4_lib_lookup_skb() 625 void __udp4_lib_err(struct sk_buff *skb, u32 info, struct udp_table *udptable) in __udp4_lib_err() 1395 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_unhash() local 1424 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_rehash() local 1669 struct udp_table *udptable, in __udp4_lib_mcast_deliver() 1755 int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp4_lib_rcv()
|