Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_red.c204 rp->red_thmin = default_th_min; in red_alloc()
206 rp->red_thmin = th_min; in red_alloc()
248 rp->red_thmin_s = rp->red_thmin << (rp->red_wshift + FP_SHIFT); in red_alloc()
255 rp->red_probd = (2 * (rp->red_thmax - rp->red_thmin) in red_alloc()
H A Daltq_red.h78 int red_thmin; /* red min threshold */ member