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()
771 struct tc_u_knode *n) in u32_replace_knode()
773 struct tc_u_knode __rcu **ins; in u32_replace_knode()
774 struct tc_u_knode *pins; in u32_replace_knode()
797 static struct tc_u_knode *u32_init_knode(struct net *net, struct tcf_proto *tp, in u32_init_knode()
798 struct tc_u_knode *n) in u32_init_knode()
802 struct tc_u_knode *new; in u32_init_knode()
853 struct tc_u_knode *n; in u32_change()
885 struct tc_u_knode *new; in u32_change()
1076 struct tc_u_knode __rcu **ins; in u32_change()
1077 struct tc_u_knode *pins; in u32_change()
1121 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()
1259 struct tc_u_knode *n = fh; in u32_dump()