Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/netns/
Dhash.h8 static inline unsigned net_hash_mix(struct net *net) in net_hash_mix() function
/linux-2.6.39/include/linux/
Dudp.h52 return (num + net_hash_mix(net)) & mask; in udp_hashfn()
/linux-2.6.39/include/net/
Dinet6_hashtables.h40 ports, inet_ehash_secret + net_hash_mix(net)); in inet6_ehashfn()
Dinet_hashtables.h230 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()
Dinet_sock.h197 inet_ehash_secret + net_hash_mix(net)); in inet_ehashfn()
/linux-2.6.39/net/ipv6/
Dudp.c89 unsigned int hash, mix = net_hash_mix(net); in udp6_portaddr_hash()
/linux-2.6.39/net/ipv4/
Dudp.c311 return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; in udp4_portaddr_hash()