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

/linux-4.1.27/net/sched/
H A Dcls_u32.c50 struct tc_u_hnode __rcu *ht_up;
57 struct tc_u_hnode __rcu *ht_down;
74 struct tc_u_hnode { struct
75 struct tc_u_hnode __rcu *next;
89 struct tc_u_hnode __rcu *hlist;
112 struct tc_u_hnode *ht = rcu_dereference_bh(tp->root); u32_classify()
252 static struct tc_u_hnode * u32_lookup_ht()
255 struct tc_u_hnode *ht; u32_lookup_ht()
267 u32_lookup_key(struct tc_u_hnode *ht, u32 handle) u32_lookup_key()
288 struct tc_u_hnode *ht; u32_get()
322 struct tc_u_hnode *root_ht; u32_init()
408 struct tc_u_hnode *ht = rtnl_dereference(key->ht_up); u32_delete_key()
427 static void u32_clear_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) u32_clear_hnode()
442 static int u32_destroy_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) u32_destroy_hnode()
445 struct tc_u_hnode __rcu **hn; u32_destroy_hnode()
446 struct tc_u_hnode *phn; u32_destroy_hnode()
466 static bool ht_empty(struct tc_u_hnode *ht) ht_empty()
480 struct tc_u_hnode *root_ht = rtnl_dereference(tp->root); u32_destroy()
498 struct tc_u_hnode *ht; u32_destroy()
512 struct tc_u_hnode *ht; u32_destroy()
537 struct tc_u_hnode *ht = (struct tc_u_hnode *)arg; u32_delete()
538 struct tc_u_hnode *root_ht = rtnl_dereference(tp->root); u32_delete()
560 static u32 gen_new_kid(struct tc_u_hnode *ht, u32 handle) gen_new_kid()
593 unsigned long base, struct tc_u_hnode *ht, u32_set_parms()
608 struct tc_u_hnode *ht_down = NULL, *ht_old; u32_set_parms()
655 struct tc_u_hnode *ht; u32_replace_knode()
731 struct tc_u_hnode *ht; u32_change()
900 struct tc_u_hnode *ht; u32_walk()
941 struct tc_u_hnode *ht_up, *ht_down; u32_dump()
954 struct tc_u_hnode *ht = (struct tc_u_hnode *)fh; u32_dump()

Completed in 52 milliseconds