Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dcls_u32.c318 #define U32_HASH_SHIFT 10 macro
319 #define U32_HASH_SIZE (1 << U32_HASH_SHIFT)
339 return tc_u_common_hash + hash_ptr(key, U32_HASH_SHIFT); in tc_u_hash()