Home
last modified time | relevance | path

Searched refs:offtime (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_cbq.h94 int offtime; member
H A Daltq_rmclass.c184 int minidle, u_int offtime, int pktsize, int flags) in rmc_newclass() argument
258 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_newclass()
263 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_newclass()
351 int minidle, u_int offtime, int pktsize) in rmc_modclass() argument
380 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_modclass()
385 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_modclass()
673 int minidle, u_int offtime, int flags) in rmc_init() argument
728 maxidle, minidle, offtime, in rmc_init()
H A Daltq_cbq.c187 statsp->offtime = cl->offtime_; in get_class_stats()
354 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue()
361 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue()
/f-stack/tools/compat/include/netpfil/pf/
H A Dpf_altq.h44 u_int offtime; member
/f-stack/freebsd/netpfil/pf/
H A Dpf_altq.h46 u_int offtime; member