Lines Matching refs:inner
104 } inner; member
375 if (p->un.inner.feed[prio].rb_node) in htb_activate_prios()
380 htb_add_to_id_tree(p->un.inner.feed + prio, cl, prio); in htb_activate_prios()
410 if (p->un.inner.ptr[prio] == cl->node + prio) { in htb_deactivate_prios()
414 p->un.inner.last_ptr_id[prio] = cl->common.classid; in htb_deactivate_prios()
415 p->un.inner.ptr[prio] = NULL; in htb_deactivate_prios()
418 htb_safe_rb_erase(cl->node + prio, p->un.inner.feed + prio); in htb_deactivate_prios()
420 if (!p->un.inner.feed[prio].rb_node) in htb_deactivate_prios()
761 (++sp)->root = cl->un.inner.feed[prio].rb_node; in htb_lookup_leaf()
762 sp->pptr = cl->un.inner.ptr + prio; in htb_lookup_leaf()
763 sp->pid = cl->un.inner.last_ptr_id + prio; in htb_lookup_leaf()
819 htb_next_rb_node((level ? cl->parent->un.inner.ptr : q-> in htb_dequeue_tree()
831 htb_next_rb_node((level ? cl->parent->un.inner.ptr : q-> in htb_dequeue_tree()
936 memset(&cl->un.inner, 0, sizeof(cl->un.inner)); in htb_reset()
1168 memset(&parent->un.inner, 0, sizeof(parent->un.inner)); in htb_parent_to_leaf()
1381 memset(&parent->un.inner, 0, sizeof(parent->un.inner)); in htb_change_class()