Searched defs:udptable (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | udp.c | 287 int dif, struct udp_table *udptable) in __udp6_lib_lookup() 367 struct udp_table *udptable) in __udp6_lib_lookup_skb() 536 struct udp_table *udptable) in __udp6_lib_err() 784 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() 844 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv()
|
/linux-4.1.27/net/ipv4/ |
D | udp.c | 215 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_get_port() local 494 int dif, struct udp_table *udptable) in __udp4_lib_lookup() 575 struct udp_table *udptable) in __udp4_lib_lookup_skb() 622 void __udp4_lib_err(struct sk_buff *skb, u32 info, struct udp_table *udptable) in __udp4_lib_err() 1384 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_unhash() local 1413 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_rehash() local 1658 struct udp_table *udptable, in __udp4_lib_mcast_deliver() 1744 int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp4_lib_rcv()
|