Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_red.c201 rp->red_inv_pmax = default_inv_pmax; in red_alloc()
203 rp->red_inv_pmax = inv_pmax; in red_alloc()
257 * rp->red_inv_pmax) << FP_SHIFT; in red_alloc()
H A Daltq_red.h78 int red_inv_pmax; /* inverse of max drop probability */ member