tc_u_common_hash 314 net/sched/cls_u32.c static struct hlist_head *tc_u_common_hash; tc_u_common_hash 337 net/sched/cls_u32.c return tc_u_common_hash + hash_ptr(key, U32_HASH_SHIFT); tc_u_common_hash 1416 net/sched/cls_u32.c tc_u_common_hash = kvmalloc_array(U32_HASH_SIZE, tc_u_common_hash 1419 net/sched/cls_u32.c if (!tc_u_common_hash) tc_u_common_hash 1423 net/sched/cls_u32.c INIT_HLIST_HEAD(&tc_u_common_hash[i]); tc_u_common_hash 1427 net/sched/cls_u32.c kvfree(tc_u_common_hash); tc_u_common_hash 1434 net/sched/cls_u32.c kvfree(tc_u_common_hash);