Searched defs:dropprec_state (Results 1 – 1 of 1) sorted by relevance
51 struct dropprec_state { struct53 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 …]