HomeSort by relevance Sort by last modified time
    Searched refs:tc_red_eval_idle_damping (Results 1 - 5 of 5) sorted by null

  /external/iproute2/tc/
tc_red.h 6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
tc_red.c 75 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) function
q_choke.c 148 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf);
q_red.c 142 if ((parm = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
q_gred.c 252 if ((parm = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)

Completed in 273 milliseconds