Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dcls_u32.c53 struct tc_u_hnode __rcu *ht_up;
60 struct tc_u_hnode __rcu *ht_down;
79 struct tc_u_hnode { struct
80 struct tc_u_hnode __rcu *next; argument
96 struct tc_u_hnode __rcu *hlist; argument
121 struct tc_u_hnode *ht = rcu_dereference_bh(tp->root); in u32_classify()
266 static struct tc_u_hnode *u32_lookup_ht(struct tc_u_common *tp_c, u32 handle) in u32_lookup_ht()
268 struct tc_u_hnode *ht; in u32_lookup_ht()
279 static struct tc_u_knode *u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key()
300 struct tc_u_hnode *ht; in u32_get()
[all …]