Lines Matching refs:tc_u_hnode

47 	struct tc_u_hnode __rcu	*ht_up;
52 struct tc_u_hnode __rcu *ht_down;
70 struct tc_u_hnode { struct
71 struct tc_u_hnode __rcu *next; argument
87 struct tc_u_hnode __rcu *hlist; argument
113 struct tc_u_hnode *ht = rcu_dereference_bh(tp->root); in u32_classify()
256 static struct tc_u_hnode *u32_lookup_ht(struct tc_u_common *tp_c, u32 handle) in u32_lookup_ht()
258 struct tc_u_hnode *ht; in u32_lookup_ht()
269 static struct tc_u_knode *u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key()
290 struct tc_u_hnode *ht; in u32_get()
308 static u32 gen_new_htid(struct tc_u_common *tp_c, struct tc_u_hnode *ptr) in gen_new_htid()
354 struct tc_u_hnode *root_ht; in u32_init()
393 struct tc_u_hnode *ht = rtnl_dereference(n->ht_down); in __u32_destroy_key()
455 struct tc_u_hnode *ht = rtnl_dereference(key->ht_up); in u32_delete_key()
477 static void u32_clear_hw_hnode(struct tcf_proto *tp, struct tc_u_hnode *h, in u32_clear_hw_hnode()
492 static int u32_replace_hw_hnode(struct tcf_proto *tp, struct tc_u_hnode *h, in u32_replace_hw_hnode()
538 struct tc_u_hnode *ht = rtnl_dereference(n->ht_down); in u32_replace_hw_knode()
574 static void u32_clear_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht, in u32_clear_hnode()
597 static int u32_destroy_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht, in u32_destroy_hnode()
601 struct tc_u_hnode __rcu **hn; in u32_destroy_hnode()
602 struct tc_u_hnode *phn; in u32_destroy_hnode()
629 struct tc_u_hnode *root_ht = rtnl_dereference(tp->root); in u32_destroy()
637 struct tc_u_hnode *ht; in u32_destroy()
662 struct tc_u_hnode *ht = arg; in u32_delete()
689 static u32 gen_new_kid(struct tc_u_hnode *ht, u32 htid) in gen_new_kid()
751 struct tc_u_hnode *ht_down = NULL, *ht_old; in u32_set_parms()
790 struct tc_u_hnode *ht; in u32_replace_knode()
815 struct tc_u_hnode *ht = rtnl_dereference(n->ht_down); in u32_init_knode()
866 struct tc_u_hnode *ht; in u32_change()
931 struct tc_u_hnode *ht_old; in u32_change()
1193 struct tc_u_hnode *ht; in u32_walk()
1220 static int u32_reoffload_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht, in u32_reoffload_hnode()
1244 struct tc_u_hnode *ht = rtnl_dereference(n->ht_down); in u32_reoffload_knode()
1278 struct tc_u_hnode *ht; in u32_reoffload()
1333 struct tc_u_hnode *ht_up, *ht_down; in u32_dump()
1346 struct tc_u_hnode *ht = fh; in u32_dump()