Home
last modified time | relevance | path

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

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