Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dcls_u32.c776 struct tc_u_hnode *ht_down = NULL, *ht_old; in u32_set_parms() local
797 ht_old = rtnl_dereference(n->ht_down); in u32_set_parms()
800 if (ht_old) in u32_set_parms()
801 refcount_dec(&ht_old->refcnt); in u32_set_parms()
959 struct tc_u_hnode *ht_old; in u32_change() local
961 ht_old = rtnl_dereference(n->ht_down); in u32_change()
962 if (ht_old) in u32_change()
963 refcount_inc(&ht_old->refcnt); in u32_change()