Searched refs:inv_pmax (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_red.h77 int inv_pmax; /* inverse of max drop probability */ member in struct:redparams
H A Dclassq_rio.h90 int inv_pmax; /* inverse of max drop probability */ member in struct:rio::dropprec_state
H A Dclassq_rio.c173 /* th_min, th_max, inv_pmax */
285 if (params == NULL || params[i].inv_pmax == 0)
286 prec->inv_pmax = default_rio_params[i].inv_pmax;
288 prec->inv_pmax = params[i].inv_pmax;
310 prec->inv_pmax) << FP_SHIFT;
H A Dclassq_red.c217 red_alloc(struct ifnet *ifp, int weight, int inv_pmax, int th_min, argument
238 if (inv_pmax == 0)
241 rp->red_inv_pmax = inv_pmax;

Completed in 20 milliseconds