Searched refs:udp_hashslot (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/net/ |
D | udp.h | 83 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() function
|
/linux-4.4.14/net/ipv4/ |
D | udp.c | 235 hslot = udp_hashslot(udptable, net, first); in udp_lib_get_port() 258 hslot = udp_hashslot(udptable, net, snum); in udp_lib_get_port() 1398 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_unhash() 1431 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_rehash() 1675 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver()
|
/linux-4.4.14/net/ipv6/ |
D | udp.c | 793 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
|