Lines Matching refs:tc_u_knode
43 struct tc_u_knode { struct
44 struct tc_u_knode __rcu *next; argument
82 struct tc_u_knode __rcu *ht[]; argument
107 struct tc_u_knode *knode; in u32_classify()
113 struct tc_u_knode *n; in u32_classify()
267 static struct tc_u_knode *u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key()
270 struct tc_u_knode *n = NULL; in u32_lookup_key()
389 static int u32_destroy_key(struct tc_u_knode *n, bool free_pf) in u32_destroy_key()
419 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_work()
420 struct tc_u_knode, in u32_delete_key_work()
436 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_freepf_work()
437 struct tc_u_knode, in u32_delete_key_freepf_work()
444 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) in u32_delete_key()
447 struct tc_u_knode __rcu **kp; in u32_delete_key()
448 struct tc_u_knode *pkp; in u32_delete_key()
515 static void u32_remove_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_remove_hw_knode()
529 static int u32_replace_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_replace_hw_knode()
572 struct tc_u_knode *n; in u32_clear_hnode()
661 u32_remove_hw_knode(tp, (struct tc_u_knode *)ht, extack); in u32_delete()
662 ret = u32_delete_key(tp, (struct tc_u_knode *)ht); in u32_delete()
711 struct tc_u_knode *n, struct nlattr **tb, in u32_set_parms()
766 struct tc_u_knode *n) in u32_replace_knode()
768 struct tc_u_knode __rcu **ins; in u32_replace_knode()
769 struct tc_u_knode *pins; in u32_replace_knode()
792 static struct tc_u_knode *u32_init_knode(struct net *net, struct tcf_proto *tp, in u32_init_knode()
793 struct tc_u_knode *n) in u32_init_knode()
797 struct tc_u_knode *new; in u32_init_knode()
848 struct tc_u_knode *n; in u32_change()
880 struct tc_u_knode *new; in u32_change()
1066 struct tc_u_knode __rcu **ins; in u32_change()
1067 struct tc_u_knode *pins; in u32_change()
1111 struct tc_u_knode *n; in u32_walk()
1167 static int u32_reoffload_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_reoffload_knode()
1206 struct tc_u_knode *n; in u32_reoffload()
1251 struct tc_u_knode *n = fh; in u32_bind_class()
1264 struct tc_u_knode *n = fh; in u32_dump()