Searched refs:red_thmax (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/net/altq/
H A Daltq_red.h80 int red_thmax; /* red max threshold */ member in struct:red
H A Daltq_red.c209 rp->red_thmax = default_th_max;
211 rp->red_thmax = th_max;
250 rp->red_thmax_s = rp->red_thmax << (rp->red_wshift + FP_SHIFT);
256 rp->red_probd = (2 * (rp->red_thmax - rp->red_thmin)

Completed in 104 milliseconds