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

/net/ipv6/
H A Dudp.c783 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); local
786 hash2_any = udp6_portaddr_hash(net, &in6addr_any, hnum) &
816 if (use_hash2 && hash2 != hash2_any) {
817 hash2 = hash2_any;
/net/ipv4/
H A Dudp.c1659 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); local
1662 hash2_any = udp4_portaddr_hash(net, htonl(INADDR_ANY), hnum) &
1688 if (use_hash2 && hash2 != hash2_any) {
1689 hash2 = hash2_any;

Completed in 9 milliseconds