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 void __u32_destroy_key(struct tc_u_knode *n) in __u32_destroy_key()
399 static void u32_destroy_key(struct tc_u_knode *n, bool free_pf) in u32_destroy_key()
423 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_work()
424 struct tc_u_knode, in u32_delete_key_work()
440 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_freepf_work()
441 struct tc_u_knode, in u32_delete_key_freepf_work()
448 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) in u32_delete_key()
451 struct tc_u_knode __rcu **kp; in u32_delete_key()
452 struct tc_u_knode *pkp; in u32_delete_key()
519 static void u32_remove_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_remove_hw_knode()
533 static int u32_replace_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_replace_hw_knode()
576 struct tc_u_knode *n; in u32_clear_hnode()
665 u32_remove_hw_knode(tp, (struct tc_u_knode *)ht, extack); in u32_delete()
666 ret = u32_delete_key(tp, (struct tc_u_knode *)ht); in u32_delete()
715 struct tc_u_knode *n, struct nlattr **tb, in u32_set_parms()
770 struct tc_u_knode *n) in u32_replace_knode()
772 struct tc_u_knode __rcu **ins; in u32_replace_knode()
773 struct tc_u_knode *pins; in u32_replace_knode()
796 static struct tc_u_knode *u32_init_knode(struct net *net, struct tcf_proto *tp, in u32_init_knode()
797 struct tc_u_knode *n) in u32_init_knode()
801 struct tc_u_knode *new; in u32_init_knode()
852 struct tc_u_knode *n; in u32_change()
884 struct tc_u_knode *new; in u32_change()
1070 struct tc_u_knode __rcu **ins; in u32_change()
1071 struct tc_u_knode *pins; in u32_change()
1115 struct tc_u_knode *n; in u32_walk()
1171 static int u32_reoffload_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_reoffload_knode()
1215 struct tc_u_knode *n; in u32_reoffload()
1260 struct tc_u_knode *n = fh; in u32_bind_class()
1273 struct tc_u_knode *n = fh; in u32_dump()