Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
Dudp.c807 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local
814 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()
/kernel/linux/linux-5.10/net/ipv4/
Dudp.c2218 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local
2226 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()