Home
last modified time | relevance | path

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

/net/sched/
Dcls_u32.c316 #define U32_HASH_SHIFT 10 macro
317 #define U32_HASH_SIZE (1 << U32_HASH_SHIFT)
337 return tc_u_common_hash + hash_ptr(key, U32_HASH_SHIFT); in tc_u_hash()