Lines Matching refs:tc_u_knode

47 struct tc_u_knode {  struct
48 struct tc_u_knode __rcu *next; argument
85 struct tc_u_knode __rcu *ht[1]; argument
108 struct tc_u_knode *knode; in u32_classify()
114 struct tc_u_knode *n; in u32_classify()
266 static struct tc_u_knode *
270 struct tc_u_knode *n = NULL; in u32_lookup_key()
357 struct tc_u_knode *n, in u32_destroy_key()
385 struct tc_u_knode *key = container_of(rcu, struct tc_u_knode, rcu); in u32_delete_key_rcu()
399 struct tc_u_knode *key = container_of(rcu, struct tc_u_knode, rcu); in u32_delete_key_freepf_rcu()
404 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) in u32_delete_key()
406 struct tc_u_knode __rcu **kp; in u32_delete_key()
407 struct tc_u_knode *pkp; in u32_delete_key()
429 struct tc_u_knode *n; in u32_clear_hnode()
544 return u32_delete_key(tp, (struct tc_u_knode *)ht); in u32_delete()
562 struct tc_u_knode *n; in gen_new_kid()
594 struct tc_u_knode *n, struct nlattr **tb, in u32_set_parms()
651 struct tc_u_knode *n) in u32_replace_knode()
653 struct tc_u_knode __rcu **ins; in u32_replace_knode()
654 struct tc_u_knode *pins; in u32_replace_knode()
676 static struct tc_u_knode *u32_init_knode(struct tcf_proto *tp, in u32_init_knode()
677 struct tc_u_knode *n) in u32_init_knode()
679 struct tc_u_knode *new; in u32_init_knode()
732 struct tc_u_knode *n; in u32_change()
749 n = (struct tc_u_knode *)*arg; in u32_change()
751 struct tc_u_knode *new; in u32_change()
869 struct tc_u_knode __rcu **ins; in u32_change()
870 struct tc_u_knode *pins; in u32_change()
901 struct tc_u_knode *n; in u32_walk()
940 struct tc_u_knode *n = (struct tc_u_knode *)fh; in u32_dump()