Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv6/
Dudp.c852 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local
859 hash2_any = ipv6_portaddr_hash(net, &in6addr_any, hnum) & in __udp6_lib_mcast_deliver()
896 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()
897 hash2 = hash2_any; in __udp6_lib_mcast_deliver()
/linux-6.1.9/net/ipv4/
Dudp.c2280 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local
2288 hash2_any = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum) & in __udp4_lib_mcast_deliver()
2320 if (use_hash2 && hash2 != hash2_any) { in __udp4_lib_mcast_deliver()
2321 hash2 = hash2_any; in __udp4_lib_mcast_deliver()