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

/netbsd-current/sys/altq/
H A Daltq_red.h71 int red_thmax; /* red max threshold */ member in struct:red_conf
140 int red_thmax; /* red max threshold */ member in struct:red
H A Daltq_red.c258 rp->red_thmax = default_th_max;
260 rp->red_thmax = th_max;
299 rp->red_thmax_s = rp->red_thmax << (rp->red_wshift + FP_SHIFT);
305 rp->red_probd = (2 * (rp->red_thmax - rp->red_thmin)
885 q_stats->th_max = rp->red_thmax;
923 fc->red_thmax,
934 if (limit < fc->red_thmax)
935 limit = fc->red_thmax;
948 fc->red_thmax = rqp->rq_red->red_thmax;
[all...]
/netbsd-current/usr.sbin/altq/libaltq/
H A Dqop_red.c254 conf.red_thmax = red_ifinfo->th_max;

Completed in 88 milliseconds