Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_rmclass.c756 if (ifd->cutoff_ > 0) { in rmc_queue_packet()
758 if (ifd->cutoff_ > cl->depth_) in rmc_queue_packet()
759 ifd->cutoff_ = cl->depth_; in rmc_queue_packet()
774 ifd->cutoff_ = borrow->depth_; in rmc_queue_packet()
826 ifd->cutoff_ = p->depth_; in rmc_tl_satisfied()
902 (cl->depth_ > ifd->cutoff_)) { in rmc_under_limit()
1044 ifd->cutoff_++; in _rmc_wrr_dequeue_next()
1069 ifd->cutoff_ = cl->borrow_->depth_; in _rmc_wrr_dequeue_next()
1162 ifd->cutoff_++; in _rmc_prr_dequeue_next()
1393 ifd->cutoff_ = borrowed->depth_; in rmc_update_class_util()
[all …]
H A Daltq_rmclass.h226 int cutoff_; /* Cut-off depth for borrowing */ member