Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dcls_u32.c50 struct tc_u_knode { struct
51 struct tc_u_knode __rcu *next; argument
92 struct tc_u_knode __rcu *ht[1]; argument
117 struct tc_u_knode *knode; in u32_classify()
123 struct tc_u_knode *n; in u32_classify()
279 static struct tc_u_knode *u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key()
282 struct tc_u_knode *n = NULL; in u32_lookup_key()
407 static int u32_destroy_key(struct tcf_proto *tp, struct tc_u_knode *n, in u32_destroy_key()
438 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_work()
439 struct tc_u_knode, in u32_delete_key_work()
[all …]