Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
H A Dudp.c829 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local
836 hash2_any = ipv6_portaddr_hash(net, &in6addr_any, hnum) & in __udp6_lib_mcast_deliver()
873 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()
874 hash2 = hash2_any; in __udp6_lib_mcast_deliver()
/kernel/linux/linux-6.6/net/ipv6/
H A Dudp.c841 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local
848 hash2_any = ipv6_portaddr_hash(net, &in6addr_any, hnum) & in __udp6_lib_mcast_deliver()
885 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()
886 hash2 = hash2_any; in __udp6_lib_mcast_deliver()
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c2240 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local
2248 hash2_any = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum) & in __udp4_lib_mcast_deliver()
2280 if (use_hash2 && hash2 != hash2_any) { in __udp4_lib_mcast_deliver()
2281 hash2 = hash2_any; in __udp4_lib_mcast_deliver()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c2235 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local
2243 hash2_any = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum) & in __udp4_lib_mcast_deliver()
2275 if (use_hash2 && hash2 != hash2_any) { in __udp4_lib_mcast_deliver()
2276 hash2 = hash2_any; in __udp4_lib_mcast_deliver()

Completed in 13 milliseconds