Home
last modified time | relevance | path

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

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