Searched refs:hash2_any (Results 1 – 2 of 2) sorted by relevance
807 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local814 hash2_any = ipv6_portaddr_hash(net, &in6addr_any, hnum) & in __udp6_lib_mcast_deliver()851 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()852 hash2 = hash2_any; in __udp6_lib_mcast_deliver()
2218 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local2226 hash2_any = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum) & in __udp4_lib_mcast_deliver()2258 if (use_hash2 && hash2 != hash2_any) { in __udp4_lib_mcast_deliver()2259 hash2 = hash2_any; in __udp4_lib_mcast_deliver()