Searched refs:tc_u_knode (Results 1 – 1 of 1) sorted by relevance
43 struct tc_u_knode { struct44 struct tc_u_knode __rcu *next; argument82 struct tc_u_knode __rcu *ht[]; argument107 struct tc_u_knode *knode; in u32_classify()113 struct tc_u_knode *n; in u32_classify()267 static struct tc_u_knode *u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key()270 struct tc_u_knode *n = NULL; in u32_lookup_key()389 static void __u32_destroy_key(struct tc_u_knode *n) in __u32_destroy_key()399 static void u32_destroy_key(struct tc_u_knode *n, bool free_pf) in u32_destroy_key()423 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_work()[all …]