Searched refs:offtime_ (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/net/altq/
H A Daltq_rmclass.c258 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN;
259 if (cl->offtime_ == 0)
260 cl->offtime_ = 1;
263 cl->offtime_ = (offtime * nsecPerByte) / 8;
380 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN;
381 if (cl->offtime_ == 0)
382 cl->offtime_ = 1;
385 cl->offtime_ = (offtime * nsecPerByte) / 8;
1488 delay += cl->offtime_;
1495 extradelay = borrow->offtime_;
[all...]
H A Daltq_rmclass.h153 int offtime_; member in struct:rm_class
H A Daltq_cbq.c187 statsp->offtime = cl->offtime_;

Completed in 106 milliseconds