Searched refs:hash2_any (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/ipv6/
H A Dudp.c852 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); local
859 hash2_any = ipv6_portaddr_hash(net, &in6addr_any, hnum) &
896 if (use_hash2 && hash2 != hash2_any) {
897 hash2 = hash2_any;
/linux-master/net/ipv4/
H A Dudp.c2255 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); local
2263 hash2_any = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum) &
2295 if (use_hash2 && hash2 != hash2_any) {
2296 hash2 = hash2_any;

Completed in 115 milliseconds