Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dinetdevice.h23 #define MC_HASH_SZ_LOG 9 macro
/Linux-v6.6/net/ipv4/
Digmp.c1382 return hash_32((__force u32)im->multiaddr, MC_HASH_SZ_LOG); in ip_mc_hash()
1403 mc_hash = kzalloc(sizeof(struct ip_mc_list *) << MC_HASH_SZ_LOG, in ip_mc_hash_add()
2725 u32 hash = hash_32((__force u32)mc_addr, MC_HASH_SZ_LOG); in ip_check_mc_rcu()