HomeSort by: relevance | last modified time | path
    Searched defs:red_params (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_rio.h 33 struct redparams red_params[RIO_NDROPPREC]; member in struct:rio_ifinfo
47 u_int bandwidth, int weight, struct redparams *red_params,
qop_rio.c 213 struct redparams red_params[RIO_NDROPPREC]; local in function:qcmd_rio_add_if
216 red_params[0].inv_pmax = lo_inv_pmax;
217 red_params[0].th_min = lo_th_min;
218 red_params[0].th_max = lo_th_max;
219 red_params[1].inv_pmax = med_inv_pmax;
220 red_params[1].th_min = med_th_min;
221 red_params[1].th_max = med_th_max;
222 red_params[2].inv_pmax = hi_inv_pmax;
223 red_params[2].th_min = hi_th_min;
224 red_params[2].th_max = hi_th_max
    [all...]

Completed in 12 milliseconds