Searched defs:dropprec_state (Results 1 – 1 of 1) sorted by relevance
91 struct dropprec_state { struct93 int inv_pmax; /* inverse of max drop probability */94 int th_min; /* red min threshold */95 int th_max; /* red max threshold */98 int th_min_s; /* th_min scaled by avgshift */99 int th_max_s; /* th_max scaled by avgshift */100 int probd; /* drop probability denominator */102 int qlen; /* queue length */103 int avg; /* (scaled) queue length average */104 int count; /* packet count since the last dropped/[all …]