Home
last modified time | relevance | path

Searched defs:dropprec_state (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/sys/net/altq/
H A Daltq_rio.h50 struct dropprec_state { struct
52 int inv_pmax; /* inverse of max drop probability */
53 int th_min; /* red min threshold */
54 int th_max; /* red max threshold */
57 int th_min_s; /* th_min scaled by avgshift */
58 int th_max_s; /* th_max scaled by avgshift */
59 int probd; /* drop probability denominator */
61 int qlen; /* queue length */
62 int avg; /* (scaled) queue length average */
63 int count; /* packet count since the last dropped/
[all …]