Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_rmclass.h152 int qthresh_; /* Queue threshold for formal link sharing */ member
H A Daltq_rmclass.c236 cl->qthresh_ = 0; in rmc_newclass()
361 cl->qthresh_ = 0; in rmc_modclass()
849 if (!cl->sleeping_ && (qlen(cl->q_) > cl->qthresh_)) in rmc_satisfied()