Searched defs:tp_c (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dcls_u32.c78 struct tc_u_common *tp_c; member in struct:tc_u_hnode
250 u32_lookup_ht(struct tc_u_common *tp_c, u32 handle) argument
254 for (ht = rtnl_dereference(tp_c->hlist);
286 struct tc_u_common *tp_c = tp->data; local
291 ht = u32_lookup_ht(tp_c, TC_U32_HTID(handle));
306 static u32 gen_new_htid(struct tc_u_common *tp_c) argument
314 if (++tp_c->hgenerator == 0x7FF)
315 tp_c->hgenerator = 1;
316 } while (--i > 0 && u32_lookup_ht(tp_c, (tp_c
324 struct tc_u_common *tp_c; local
445 struct tc_u_common *tp_c = tp->data; local
469 struct tc_u_common *tp_c = tp->data; local
614 u32_replace_knode(struct tcf_proto *tp, struct tc_u_common *tp_c, struct tc_u_knode *n) argument
695 struct tc_u_common *tp_c = tp->data; local
864 struct tc_u_common *tp_c = tp->data; local
[all...]

Completed in 4 milliseconds