Home
last modified time | relevance | path

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

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