Home | History | Annotate | Download | only in tc

Lines Matching refs:Wlog

43 	int wlog;
183 wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt);
184 if (wlog < 0) {
188 if (wlog >= 10)
190 opt.Wlog = wlog;
192 wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability);
193 if (wlog < 0) {
197 opt.Plog = wlog;
235 fprintf(f, "\n ewma %u ", qopt_ext->Wlog);