Home
last modified time | relevance | path

Searched refs:udp_hashslot (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/net/
Dudp.h83 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() function
/Linux-v4.19/net/ipv4/
Dudp.c265 hslot = udp_hashslot(udptable, net, first); in udp_lib_get_port()
289 hslot = udp_hashslot(udptable, net, snum); in udp_lib_get_port()
1792 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_unhash()
1829 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_rehash()
2039 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver()
/Linux-v4.19/net/ipv6/
Dudp.c686 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()