Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/altq/
H A Daltq_cbq.c122 if (cl == cbqp->ifnp.root_) in cbq_class_destroy()
123 cbqp->ifnp.root_ = NULL; in cbq_class_destroy()
178 if (cl == cbqp->ifnp.root_) in cbq_clear_interface()
179 cbqp->ifnp.root_ = NULL; in cbq_clear_interface()
298 if (cbqp->ifnp.root_) in cbq_remove_altq()
368 if (cbqp->ifnp.root_) in cbq_add_queue()
393 cl = cbqp->ifnp.root_; in cbq_add_queue()
443 if (cl == cbqp->ifnp.root_) in cbq_remove_queue()
444 cbqp->ifnp.root_ = NULL; in cbq_remove_queue()
737 cl = cbqp->ifnp.root_;
[all …]
H A Daltq_rmclass.c636 rmc_depth_recompute(ifd->root_); in rmc_delete_class()
735 if ((ifd->root_ = rmc_newclass(0, ifd, in rmc_init()
743 ifd->root_->depth_ = 0; in rmc_init()
1053 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) { in _rmc_wrr_dequeue_next()
1171 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) { in _rmc_prr_dequeue_next()
H A Daltq_rmclass.h213 rm_class_t *root_; /* Root Link class. */ member