hash2_any        2152 net/ipv4/udp.c 	unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10);
hash2_any        2160 net/ipv4/udp.c 		hash2_any = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum) &
hash2_any        2192 net/ipv4/udp.c 	if (use_hash2 && hash2 != hash2_any) {
hash2_any        2193 net/ipv4/udp.c 		hash2 = hash2_any;
hash2_any         752 net/ipv6/udp.c 	unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10);
hash2_any         759 net/ipv6/udp.c 		hash2_any = ipv6_portaddr_hash(net, &in6addr_any, hnum) &
hash2_any         796 net/ipv6/udp.c 	if (use_hash2 && hash2 != hash2_any) {
hash2_any         797 net/ipv6/udp.c 		hash2 = hash2_any;