Searched refs:udp_hashslot (Results 1 – 2 of 2) sorted by relevance
| /linux/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() 634 hslot = udp_hashslot(udptable, net, udp_sk(sk)->udp_port_hash); in udp_lib_hash4() 2253 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_unhash() 2286 hslot = udp_hashslot(udptable, sock_net(sk), in udp_lib_rehash() 2563 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp4_lib_mcast_deliver()
|
| /linux/include/net/ |
| H A D | udp.h | 108 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() function
|