Searched refs:udp_hashslot (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | udp.h | 80 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() function 87 * udp_hashslot2(), this explains difference with udp_hashslot()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | udp.h | 81 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() function 88 * udp_hashslot2(), this explains difference with udp_hashslot()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 255 hslot = udp_hashslot(udptable, net, first); in udp_lib_get_port() 279 hslot = udp_hashslot(udptable, net, snum); in udp_lib_get_port() 1979 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_unhash() 2016 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_rehash() 2239 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp.c | 264 hslot = udp_hashslot(udptable, net, first); in udp_lib_get_port() 288 hslot = udp_hashslot(udptable, net, snum); in udp_lib_get_port() 1957 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_unhash() 1994 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_rehash() 2234 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udp.c | 827 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp.c | 839 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
|
Completed in 14 milliseconds