Searched refs:udp_hashfn (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | udp.h | 37 static inline u32 udp_hashfn(const struct net *net, u32 num, u32 mask) in udp_hashfn() function
|
/linux-4.4.14/include/net/ |
D | udp.h | 86 return &table->hash[udp_hashfn(net, num, table->mask)]; in udp_hashslot()
|
/linux-4.4.14/net/ipv4/ |
D | udp.c | 502 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() 1883 unsigned int count, slot = udp_hashfn(net, hnum, udp_table.mask); in __udp4_lib_mcast_demux_lookup()
|
/linux-4.4.14/net/ipv6/ |
D | udp.c | 295 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup()
|