Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
Daltq_red.c246 rp->red_weight = W_WEIGHT; in red_alloc()
248 rp->red_weight = weight; in red_alloc()
275 rp->red_weight = W_WEIGHT_2; in red_alloc()
278 rp->red_weight = W_WEIGHT_1; in red_alloc()
283 w = rp->red_weight; in red_alloc()
288 if (w != rp->red_weight) { in red_alloc()
290 rp->red_weight, w); in red_alloc()
291 rp->red_weight = w; in red_alloc()
309 rp->red_wtab = wtab_alloc(rp->red_weight); in red_alloc()
882 q_stats->weight = rp->red_weight; in redioctl()
[all …]
Daltq_red.h68 int red_weight; /* weight for EWMA */ member
137 int red_weight; /* weight for EWMA */ member
/netbsd/src/usr.sbin/altq/libaltq/
Dqop_red.c251 conf.red_weight = red_ifinfo->weight; in red_attach()