Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_cbq.c93 if (cl == cbqp->ifnp.root_) in cbq_class_destroy()
94 cbqp->ifnp.root_ = NULL; in cbq_class_destroy()
145 if (cl == cbqp->ifnp.root_) in cbq_clear_interface()
146 cbqp->ifnp.root_ = NULL; in cbq_clear_interface()
261 if (cbqp->ifnp.root_) in cbq_remove_altq()
262 cbq_class_destroy(cbqp, cbqp->ifnp.root_); in cbq_remove_altq()
331 if (cbqp->ifnp.root_) in cbq_add_queue()
356 cl = cbqp->ifnp.root_; in cbq_add_queue()
406 if (cl == cbqp->ifnp.root_) in cbq_remove_queue()
407 cbqp->ifnp.root_ = NULL; in cbq_remove_queue()
H A Daltq_rmclass.h213 rm_class_t *root_; /* Root Link class. */ member
H A Daltq_rmclass.c627 rmc_depth_recompute(ifd->root_); in rmc_delete_class()
725 if ((ifd->root_ = rmc_newclass(0, ifd, in rmc_init()
733 ifd->root_->depth_ = 0; in rmc_init()
1043 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) { in _rmc_wrr_dequeue_next()
1161 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) { in _rmc_prr_dequeue_next()