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

  /src/sys/altq/
altq_rio.h 61 int rio_weight; /* weight for EWMA */ member in struct:rio_conf
112 int rio_weight; /* weight for EWMA */ member in struct:rio
altq_rio.c 224 rp->rio_weight = weight;
227 rp->rio_weight = W_WEIGHT;
233 rp->rio_weight = W_WEIGHT_2;
236 rp->rio_weight = W_WEIGHT_1;
241 w = rp->rio_weight;
246 if (w != rp->rio_weight) {
248 rp->rio_weight, w);
249 rp->rio_weight = w;
253 rp->rio_wtab = wtab_alloc(rp->rio_weight);
609 q_stats->weight = rp->rio_weight;
    [all...]
  /src/usr.sbin/altq/libaltq/
qop_rio.c 298 conf.rio_weight = rio_ifinfo->weight;

Completed in 43 milliseconds