Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_rmclass.c65 #define reset_cutoff(ifd) { ifd->cutoff_ = RM_MAXDEPTH; }
696 CBQTRACE(rmc_init, 'INIT', ifd->cutoff_); in rmc_init()
754 if (ifd->cutoff_ > 0) { in rmc_queue_packet()
756 if (ifd->cutoff_ > cl->depth_) in rmc_queue_packet()
757 ifd->cutoff_ = cl->depth_; in rmc_queue_packet()
770 borrow->depth_ < ifd->cutoff_) { in rmc_queue_packet()
772 ifd->cutoff_ = borrow->depth_; in rmc_queue_packet()
773 CBQTRACE(rmc_queue_packet, 'ffob', ifd->cutoff_); in rmc_queue_packet()
780 else if ((ifd->cutoff_ > 1) && cl->borrow_) { in rmc_queue_packet()
782 ifd->cutoff_ = cl->borrow_->depth_; in rmc_queue_packet()
[all …]
H A Daltq_rmclass.h223 int cutoff_; /* Cut-off depth for borrowing */ member