Searched refs:net_hash_mix (Results 1 – 7 of 7) sorted by relevance
8 static inline unsigned net_hash_mix(struct net *net) in net_hash_mix() function
52 return (num + net_hash_mix(net)) & mask; in udp_hashfn()
40 ports, inet_ehash_secret + net_hash_mix(net)); in inet6_ehashfn()
230 return (lport + net_hash_mix(net)) & (bhash_size - 1); in inet_bhashfn()239 return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1); in inet_lhashfn()
197 inet_ehash_secret + net_hash_mix(net)); in inet_ehashfn()
89 unsigned int hash, mix = net_hash_mix(net); in udp6_portaddr_hash()
311 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in udp4_portaddr_hash()