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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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
H A Dq_red.c126 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
H A Dq_gred.c226 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/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
H A Dq_choke.c130 wlog = tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt);
H A Dq_red.c112 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
H A Dq_gred.c225 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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
H A Dq_red.c126 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
H A Dq_gred.c226 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/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
H A Dq_choke.c130 wlog = tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt);
H A Dq_red.c112 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
H A Dq_gred.c225 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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
H A Dq_red.c126 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/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
H A Dq_choke.c130 wlog = tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt);
H A Dq_red.c112 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {

Completed in 194 milliseconds

12