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.c760 struct tc_u_hnode *ht_down = NULL, *ht_old; in u32_set_parms() local
781 ht_old = rtnl_dereference(n->ht_down); in u32_set_parms()
784 if (ht_old) in u32_set_parms()
785 refcount_dec(&ht_old->refcnt); in u32_set_parms()
940 struct tc_u_hnode *ht_old; in u32_change() local
942 ht_old = rtnl_dereference(n->ht_down); in u32_change()
943 if (ht_old) in u32_change()
944 refcount_inc(&ht_old->refcnt); in u32_change()