HomeSort by: relevance | last modified time | path
    Searched refs:red_thmax (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/altq/
altq_red.h 71 int red_thmax; /* red max threshold */ member in struct:red_conf
140 int red_thmax; /* red max threshold */ member in struct:red
altq_red.c 258 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...]
  /src/usr.sbin/altq/libaltq/
qop_red.c 254 conf.red_thmax = red_ifinfo->th_max;

Completed in 12 milliseconds