Searched refs:tc_u_knode (Results 1 – 1 of 1) sorted by relevance
44 struct tc_u_knode { struct45 struct tc_u_knode __rcu *next; argument83 struct tc_u_knode __rcu *ht[]; argument109 struct tc_u_knode *knode; in u32_classify()115 struct tc_u_knode *n; in u32_classify()269 static struct tc_u_knode *u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key()272 struct tc_u_knode *n = NULL; in u32_lookup_key()391 static void __u32_destroy_key(struct tc_u_knode *n) in __u32_destroy_key()401 static void u32_destroy_key(struct tc_u_knode *n, bool free_pf) in u32_destroy_key()425 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_work()[all …]