Searched refs:tc_red_eval_ewma (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/tc/
H A Dtc_red.h5 extern int tc_red_eval_ewma(unsigned qmin, unsigned burst, unsigned avpkt);
H A Dtc_red.c53 int tc_red_eval_ewma(unsigned qmin, unsigned burst, unsigned avpkt) function
60 fprintf(stderr, "tc_red_eval_ewma() burst %u is too small ?"
H A Dq_choke.c132 wlog = tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt);
H A Dq_red.c130 if ((parm = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
H A Dq_sfq.c183 wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt);
H A Dq_gred.c239 if ((parm = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {

Completed in 358 milliseconds