Searched refs:net_hash_mix (Results 1 – 7 of 7) sorted by relevance
7 static inline u32 net_hash_mix(const struct net *net) in net_hash_mix() function
45 return hash_32(net_hash_mix(net) ^ proto, RAW_HTABLE_LOG); in raw_hashfunc()
247 return (lport + net_hash_mix(net)) & (bhash_size - 1); in inet_bhashfn()
714 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in ipv4_portaddr_hash()
794 unsigned int hash, mix = net_hash_mix(net); in ipv6_portaddr_hash()
32 return (num + net_hash_mix(net)) & mask; in udp_hashfn()
496 return (net_hash_mix(net) + lport) & (sctp_port_hashsize - 1); in sctp_phashfn()502 return (net_hash_mix(net) + lport) & (sctp_ep_hashsize - 1); in sctp_ep_hashfn()
Completed in 17 milliseconds