Home
last modified time | relevance | path

Searched refs:red_weight (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_red.c186 rp->red_weight = W_WEIGHT; in red_alloc()
188 rp->red_weight = weight; in red_alloc()
191 rp->red_wtab = wtab_alloc(rp->red_weight); in red_alloc()
226 rp->red_weight = W_WEIGHT_2; in red_alloc()
229 rp->red_weight = W_WEIGHT_1; in red_alloc()
234 w = rp->red_weight; in red_alloc()
239 if (w != rp->red_weight) { in red_alloc()
241 rp->red_weight, w); in red_alloc()
242 rp->red_weight = w; in red_alloc()
H A Daltq_red.h77 int red_weight; /* weight for EWMA */ member