red_thmax         186 altq/altq_red.c 		rp->red_thmax = default_th_max;
red_thmax         188 altq/altq_red.c 		rp->red_thmax = th_max;
red_thmax         227 altq/altq_red.c 	rp->red_thmax_s = rp->red_thmax << (rp->red_wshift + FP_SHIFT);
red_thmax         233 altq/altq_red.c 	rp->red_probd = (2 * (rp->red_thmax - rp->red_thmin)
red_thmax          80 altq/altq_red.h 	int		red_thmax;	/* red max threshold */