Home
last modified time | relevance | path

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

/include/net/netns/
Dhash.h7 static inline u32 net_hash_mix(const struct net *net) in net_hash_mix() function
/include/linux/
Dudp.h35 return (num + net_hash_mix(net)) & mask; in udp_hashfn()
/include/net/
Dinet_hashtables.h221 return (lport + net_hash_mix(net)) & (bhash_size - 1); in inet_bhashfn()
230 return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1); in inet_lhashfn()
Dip.h667 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in ipv4_portaddr_hash()
Dipv6.h699 unsigned int hash, mix = net_hash_mix(net); in ipv6_portaddr_hash()
/include/net/sctp/
Dsctp.h500 return (net_hash_mix(net) + lport) & (sctp_port_hashsize - 1); in sctp_phashfn()
506 return (net_hash_mix(net) + lport) & (sctp_ep_hashsize - 1); in sctp_ep_hashfn()