Home
last modified time | relevance | path

Searched refs:use_hash2 (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
813 if (use_hash2) { in __udp6_lib_mcast_deliver()
851 if (use_hash2 && 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
2225 if (use_hash2) { in __udp4_lib_mcast_deliver()
2258 if (use_hash2 && hash2 != hash2_any) { in __udp4_lib_mcast_deliver()