Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dcls_u32.c314 static struct hlist_head *tc_u_common_hash; variable
337 return tc_u_common_hash + hash_ptr(key, U32_HASH_SHIFT); in tc_u_hash()
1406 tc_u_common_hash = kvmalloc_array(U32_HASH_SIZE, in init_u32()
1409 if (!tc_u_common_hash) in init_u32()
1413 INIT_HLIST_HEAD(&tc_u_common_hash[i]); in init_u32()
1417 kvfree(tc_u_common_hash); in init_u32()
1424 kvfree(tc_u_common_hash); in exit_u32()