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.c829 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local
835 if (use_hash2) { in __udp6_lib_mcast_deliver()
873 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()
/kernel/linux/linux-5.10/net/ipv4/
Dudp.c2231 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local
2238 if (use_hash2) { in __udp4_lib_mcast_deliver()
2271 if (use_hash2 && hash2 != hash2_any) { in __udp4_lib_mcast_deliver()