Searched refs:minidle (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/net/altq/
H A Daltq_cbq.h93 int minidle; member in struct:_cbq_class_stats_
H A Daltq_cbq.c186 statsp->minidle = cl->minidle_;
354 opts->maxidle, opts->minidle, opts->offtime,
361 opts->maxidle, opts->minidle, opts->offtime,
H A Daltq_rmclass.c98 * but when the borrowed class is overloaded (advidle is close to minidle),
159 * minidle = -ptime * (1 / (f - 1))
184 int minidle, u_int offtime, int pktsize, int flags)
246 #if 1 /* minidle is also scaled in ALTQ */
247 cl->minidle_ = (minidle * (int)nsecPerByte) / 8;
251 cl->minidle_ = minidle;
351 int minidle, u_int offtime, int pktsize)
368 #if 1 /* minidle is also scaled in ALTQ */
369 cl->minidle_ = (minidle * nsecPerByte) / 8;
373 cl->minidle_ = minidle;
181 rmc_newclass(int pri, struct rm_ifdat *ifd, u_int nsecPerByte, void (*action)(rm_class_t *, rm_class_t *), int maxq, struct rm_class *parent, struct rm_class *borrow, u_int maxidle, int minidle, u_int offtime, int pktsize, int flags) argument
350 rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle, int minidle, u_int offtime, int pktsize) argument
671 rmc_init(struct ifaltq *ifq, struct rm_ifdat *ifd, u_int nsecPerByte, void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle, int minidle, u_int offtime, int flags) argument
[all...]
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_altq.h45 int minidle; member in struct:cbq_opts
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_altq.c539 * compute ns_per_byte, maxidle, minidle, and offtime
545 double maxidle_s, maxidle, minidle; local
601 minidle = -((double)opts->maxpktsize * (double)nsPerByte);
608 minidle = ((minidle * 8.0) / nsPerByte) *
613 minidle = minidle / 1000.0;
619 opts->minidle = (int)minidle;

Completed in 114 milliseconds