Searched refs:ht_down (Results 1 – 1 of 1) sorted by relevance
57 struct tc_u_hnode __rcu *ht_down; member164 ht = rcu_dereference_bh(n->ht_down); in u32_classify()198 ht = rcu_dereference_bh(n->ht_down); in u32_classify()361 if (n->ht_down) in u32_destroy_key()362 n->ht_down->refcnt--; in u32_destroy_key()608 struct tc_u_hnode *ht_down = NULL, *ht_old; in u32_set_parms() local614 ht_down = u32_lookup_ht(ht->tp_c, handle); in u32_set_parms()616 if (ht_down == NULL) in u32_set_parms()618 ht_down->refcnt++; in u32_set_parms()621 ht_old = rtnl_dereference(n->ht_down); in u32_set_parms()[all …]