Lines Matching refs:ht_down
57 struct tc_u_hnode __rcu *ht_down; member
164 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() local
614 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()
622 rcu_assign_pointer(n->ht_down, ht_down); in u32_set_parms()
697 RCU_INIT_POINTER(new->ht_down, n->ht_down); in u32_init_knode()
700 if (new->ht_down) in u32_init_knode()
701 new->ht_down->refcnt++; in u32_init_knode()
941 struct tc_u_hnode *ht_up, *ht_down; in u32_dump() local
980 ht_down = rtnl_dereference(n->ht_down); in u32_dump()
981 if (ht_down && in u32_dump()
982 nla_put_u32(skb, TCA_U32_LINK, ht_down->handle)) in u32_dump()