Searched refs:udp_hashslot (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | udp.h | 80 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() function
|
/linux-6.3-rc2/net/ipv4/ |
A D | udp.c | 262 hslot = udp_hashslot(udptable, net, first); in udp_lib_get_port() 286 hslot = udp_hashslot(udptable, net, snum); in udp_lib_get_port() 2011 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_unhash() 2048 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_rehash() 2286 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver()
|
/linux-6.3-rc2/net/ipv6/ |
A D | udp.c | 853 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
|
Completed in 12 milliseconds