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

/freebsd-13-stable/sys/net/altq/
H A Daltq_cbq.h92 int maxidle; member in struct:_cbq_class_stats_
H A Daltq_cbq.c185 statsp->maxidle = cl->maxidle_;
354 opts->maxidle, opts->minidle, opts->offtime,
361 opts->maxidle, opts->minidle, opts->offtime,
H A Daltq_rmclass.c144 * maxidle max value allowed for class 'idle' time estimate (this
158 * maxidle = ptime * (1 - g^b) / g^b
162 * Operationally, it's convenient to specify maxidle & offtime in units
163 * independent of the link bandwidth so the maxidle & offtime passed to
167 * maxidle*nsecPerByte/8 and offtime*nsecPerByte/8 will be in microseconds,
170 * maxidle also must be scaled upward by this value. Thus, the passed
171 * values for maxidle and offtime can be computed as follows:
173 * maxidle = maxidle * 2^RM_FILTER_GAIN * 8 / (1000 * nsecPerByte)
176 * When USE_HRTIME is employed, then maxidle an
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/sbin/pfctl/
H A Dpfctl_altq.c539 * compute ns_per_byte, maxidle, minidle, and offtime
545 double maxidle_s, maxidle, minidle; local
594 maxidle = ((1.0 / f - 1.0) * ((1.0 - gton) / gton));
596 if (maxidle > maxidle_s)
597 maxidle = ptime * maxidle;
599 maxidle = ptime * maxidle_s;
604 maxidle = ((maxidle * 8.0) / nsPerByte) *
611 maxidle
[all...]
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_altq.h44 u_int maxidle; member in struct:cbq_opts

Completed in 170 milliseconds