Searched refs:tc_u_knode (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/sched/
H A Dcls_u32.c47 struct tc_u_knode { struct
48 struct tc_u_knode __rcu *next;
85 struct tc_u_knode __rcu *ht[1];
108 struct tc_u_knode *knode; u32_classify()
114 struct tc_u_knode *n; u32_classify()
266 static struct tc_u_knode * u32_lookup_key()
270 struct tc_u_knode *n = NULL; u32_lookup_key()
357 struct tc_u_knode *n, u32_destroy_key()
376 * version of a tc_u_knode obtained from u32_init_knode(). When
385 struct tc_u_knode *key = container_of(rcu, struct tc_u_knode, rcu); u32_delete_key_rcu()
399 struct tc_u_knode *key = container_of(rcu, struct tc_u_knode, rcu); u32_delete_key_freepf_rcu()
404 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) u32_delete_key()
406 struct tc_u_knode __rcu **kp; u32_delete_key()
407 struct tc_u_knode *pkp; u32_delete_key()
429 struct tc_u_knode *n; u32_clear_hnode()
544 return u32_delete_key(tp, (struct tc_u_knode *)ht); u32_delete()
562 struct tc_u_knode *n; gen_new_kid()
594 struct tc_u_knode *n, struct nlattr **tb, u32_set_parms()
651 struct tc_u_knode *n) u32_replace_knode()
653 struct tc_u_knode __rcu **ins; u32_replace_knode()
654 struct tc_u_knode *pins; u32_replace_knode()
676 static struct tc_u_knode *u32_init_knode(struct tcf_proto *tp, u32_init_knode()
677 struct tc_u_knode *n) u32_init_knode()
679 struct tc_u_knode *new; u32_init_knode()
732 struct tc_u_knode *n; u32_change()
749 n = (struct tc_u_knode *)*arg; u32_change()
751 struct tc_u_knode *new; u32_change()
869 struct tc_u_knode __rcu **ins; u32_change()
870 struct tc_u_knode *pins; u32_change()
901 struct tc_u_knode *n; u32_walk()
940 struct tc_u_knode *n = (struct tc_u_knode *)fh; u32_dump()

Completed in 86 milliseconds