Searched refs:udp_hashfn (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | udp.h | 30 static inline u32 udp_hashfn(const struct net *net, u32 num, u32 mask) in udp_hashfn() function
|
| /linux/include/net/ |
| H A D | udp.h | 112 return &table->hash[udp_hashfn(net, num, table->mask)]; in udp_hashslot()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 448 unsigned int slot = udp_hashfn(net, hnum, udptable->mask); in udp4_lib_lookup1() 2815 slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_mcast_demux_lookup()
|
| /linux/net/ipv6/ |
| H A D | udp.c | 201 unsigned int slot = udp_hashfn(net, hnum, udptable->mask); in udp6_lib_lookup1()
|