net_hash_mix 52 include/linux/udp.h return (num + net_hash_mix(net)) & (UDP_HTABLE_SIZE - 1); net_hash_mix 40 include/net/inet6_hashtables.h ports, inet_ehash_secret + net_hash_mix(net)); net_hash_mix 210 include/net/inet_hashtables.h return (lport + net_hash_mix(net)) & (bhash_size - 1); net_hash_mix 219 include/net/inet_hashtables.h return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1); net_hash_mix 183 include/net/inet_sock.h inet_ehash_secret + net_hash_mix(net));