Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dcls_u32.c751 struct tc_u_hnode *ht_down = NULL, *ht_old; in u32_set_parms() local
772 ht_old = rtnl_dereference(n->ht_down); in u32_set_parms()
775 if (ht_old) in u32_set_parms()
776 ht_old->refcnt--; in u32_set_parms()
931 struct tc_u_hnode *ht_old; in u32_change() local
933 ht_old = rtnl_dereference(n->ht_down); in u32_change()
934 if (ht_old) in u32_change()
935 ht_old->refcnt++; in u32_change()