Home
last modified time | relevance | path

Searched refs:net_hash_mix (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/net/netns/
Dhash.h7 static inline u32 net_hash_mix(const struct net *net) in net_hash_mix() function
/linux-4.19.296/include/linux/
Dudp.h39 return (num + net_hash_mix(net)) & mask; in udp_hashfn()
/linux-4.19.296/include/net/
Dinet_hashtables.h207 return (lport + net_hash_mix(net)) & (bhash_size - 1); in inet_bhashfn()
216 return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1); in inet_lhashfn()
Dip.h585 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in ipv4_portaddr_hash()
Dipv6.h641 unsigned int hash, mix = net_hash_mix(net); in ipv6_portaddr_hash()
/linux-4.19.296/include/net/sctp/
Dsctp.h515 return (net_hash_mix(net) + lport) & (sctp_port_hashsize - 1); in sctp_phashfn()
521 return (net_hash_mix(net) + lport) & (sctp_ep_hashsize - 1); in sctp_ep_hashfn()