Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dcls_u32.c44 struct tc_u_knode { struct
45 struct tc_u_knode __rcu *next; argument
83 struct tc_u_knode __rcu *ht[]; argument
119 struct tc_u_knode *knode; in u32_classify()
125 struct tc_u_knode *n; in u32_classify()
278 static struct tc_u_knode *u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key()
281 struct tc_u_knode *n = NULL; in u32_lookup_key()
402 static void __u32_destroy_key(struct tc_u_knode *n) in __u32_destroy_key()
412 static void u32_destroy_key(struct tc_u_knode *n, bool free_pf) in u32_destroy_key()
436 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_work()
[all …]