Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dcls_u32.c328 #define U32_HASH_SIZE (1 << U32_HASH_SHIFT) macro
1483 tc_u_common_hash = kvmalloc_objs(struct hlist_head, U32_HASH_SIZE); in init_u32()
1487 for (i = 0; i < U32_HASH_SIZE; i++) in init_u32()