Lines Matching refs:tc_u_knode

44 struct tc_u_knode {  struct
45 struct tc_u_knode __rcu *next; argument
83 struct tc_u_knode __rcu *ht[]; argument
109 struct tc_u_knode *knode; in u32_classify()
115 struct tc_u_knode *n; in u32_classify()
269 static struct tc_u_knode *u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key()
272 struct tc_u_knode *n = NULL; in u32_lookup_key()
391 static void __u32_destroy_key(struct tc_u_knode *n) in __u32_destroy_key()
401 static void u32_destroy_key(struct tc_u_knode *n, bool free_pf) in u32_destroy_key()
425 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_work()
426 struct tc_u_knode, in u32_delete_key_work()
442 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_freepf_work()
443 struct tc_u_knode, in u32_delete_key_freepf_work()
450 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) in u32_delete_key()
453 struct tc_u_knode __rcu **kp; in u32_delete_key()
454 struct tc_u_knode *pkp; in u32_delete_key()
521 static void u32_remove_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_remove_hw_knode()
535 static int u32_replace_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_replace_hw_knode()
578 struct tc_u_knode *n; in u32_clear_hnode()
667 u32_remove_hw_knode(tp, (struct tc_u_knode *)ht, extack); in u32_delete()
668 ret = u32_delete_key(tp, (struct tc_u_knode *)ht); in u32_delete()
715 static void u32_unbind_filter(struct tcf_proto *tp, struct tc_u_knode *n, in u32_unbind_filter()
722 static void u32_bind_filter(struct tcf_proto *tp, struct tc_u_knode *n, in u32_bind_filter()
732 struct tc_u_knode *n, struct nlattr **tb, in u32_set_parms()
786 struct tc_u_knode *n) in u32_replace_knode()
788 struct tc_u_knode __rcu **ins; in u32_replace_knode()
789 struct tc_u_knode *pins; in u32_replace_knode()
812 static struct tc_u_knode *u32_init_knode(struct net *net, struct tcf_proto *tp, in u32_init_knode()
813 struct tc_u_knode *n) in u32_init_knode()
817 struct tc_u_knode *new; in u32_init_knode()
867 struct tc_u_knode *n; in u32_change()
899 struct tc_u_knode *new; in u32_change()
1147 struct tc_u_knode __rcu **ins; in u32_change()
1148 struct tc_u_knode *pins; in u32_change()
1194 struct tc_u_knode *n; in u32_walk()
1240 static int u32_reoffload_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_reoffload_knode()
1279 struct tc_u_knode *n; in u32_reoffload()
1324 struct tc_u_knode *n = fh; in u32_bind_class()
1332 struct tc_u_knode *n = fh; in u32_dump()