Home | History | Annotate | Download | only in libaltq

Lines Matching defs:red_params

213 	struct redparams red_params[RIO_NDROPPREC];
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;
226 error = qop_rio_add_if(NULL, ifname, bandwidth, weight, red_params,
239 u_int bandwidth, int weight, struct redparams *red_params,
249 rio_ifinfo->red_params[i] = red_params[i];
297 conf.q_params[i] = rio_ifinfo->red_params[i];