Searched refs:udp_hashfn (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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.1.27/include/net/ |
D | udp.h | 86 return &table->hash[udp_hashfn(net, num, table->mask)]; in udp_hashslot()
|
/linux-4.1.27/net/ipv4/ |
D | udp.c | 499 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() 1872 unsigned int count, slot = udp_hashfn(net, hnum, udp_table.mask); in __udp4_lib_mcast_demux_lookup()
|
/linux-4.1.27/net/ipv6/ |
D | udp.c | 292 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup()
|