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

/freebsd-13-stable/sys/net/altq/
H A Daltq_red.h79 int red_thmin; /* red min threshold */ member in struct:red
H A Daltq_red.c205 rp->red_thmin = default_th_min;
207 rp->red_thmin = th_min;
249 rp->red_thmin_s = rp->red_thmin << (rp->red_wshift + FP_SHIFT);
256 rp->red_probd = (2 * (rp->red_thmax - rp->red_thmin)

Completed in 88 milliseconds