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

/darwin-on-arm/xnu/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.c171 /* th_min, th_max, inv_pmax */
271 if (params == NULL || params[i].inv_pmax == 0)
272 prec->inv_pmax = default_rio_params[i].inv_pmax;
274 prec->inv_pmax = params[i].inv_pmax;
296 prec->inv_pmax) << FP_SHIFT;
H A Dclassq_red.c215 red_alloc(struct ifnet *ifp, int weight, int inv_pmax, int th_min, argument
236 if (inv_pmax == 0)
239 rp->red_inv_pmax = inv_pmax;

Completed in 24 milliseconds