Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dinetdevice.h23 #define MC_HASH_SZ_LOG 9 macro
/linux/net/ipv4/
H A Digmp.c1384 return hash_32((__force u32)im->multiaddr, MC_HASH_SZ_LOG); in ip_mc_hash()
1405 mc_hash = kzalloc(sizeof(struct ip_mc_list *) << MC_HASH_SZ_LOG, in ip_mc_hash_add()
2728 u32 hash = hash_32((__force u32)mc_addr, MC_HASH_SZ_LOG); in ip_check_mc_rcu()