Searched refs:MC_HASH_SZ_LOG (Results 1 – 2 of 2) sorted by relevance
23 #define MC_HASH_SZ_LOG 9 macro
1338 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()