Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dcls_u32.c363 root_ht->handle = tp_c ? gen_new_htid(tp_c, root_ht) : 0x80000000; in u32_init()
369 tp_c = kzalloc(sizeof(*tp_c), GFP_KERNEL); in u32_init()
374 tp_c->ptr = key; in u32_init()
381 tp_c->refcnt++; in u32_init()
387 tp->data = tp_c; in u32_init()
463 tp_c->knodes--; in u32_delete_key()
585 tp_c->knodes--; in u32_clear_hnode()
608 hn = &tp_c->hlist; in u32_destroy_hnode()
653 kfree(tp_c); in u32_destroy()
685 *last = tp_c->refcnt == 1 && tp_c->knodes == 0; in u32_delete()
[all …]