Searched refs:hash2_any (Results 1 – 2 of 2) sorted by relevance
796 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local800 hash2_any = udp6_portaddr_hash(net, &in6addr_any, hnum) & in __udp6_lib_mcast_deliver()831 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()832 hash2 = hash2_any; in __udp6_lib_mcast_deliver()
1678 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local1682 hash2_any = udp4_portaddr_hash(net, htonl(INADDR_ANY), hnum) & in __udp4_lib_mcast_deliver()1709 if (use_hash2 && hash2 != hash2_any) { in __udp4_lib_mcast_deliver()1710 hash2 = hash2_any; in __udp4_lib_mcast_deliver()