Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dcls_u32.c325 static struct hlist_head *tc_u_common_hash; variable
348 return tc_u_common_hash + hash_ptr(key, U32_HASH_SHIFT); in tc_u_hash()
1483 tc_u_common_hash = kvmalloc_objs(struct hlist_head, U32_HASH_SIZE); in init_u32()
1484 if (!tc_u_common_hash) in init_u32()
1488 INIT_HLIST_HEAD(&tc_u_common_hash[i]); in init_u32()
1492 kvfree(tc_u_common_hash); in init_u32()
1499 kvfree(tc_u_common_hash); in exit_u32()