Home
last modified time | relevance | path

Searched refs:Wlog (Results 1 – 9 of 9) sorted by relevance

/external/iproute2/tc/
Dtc_red.c75 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) in tc_red_eval_idle_damping() argument
78 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time; in tc_red_eval_idle_damping()
Dq_choke.c139 opt.Wlog = wlog; in choke_parse_opt()
148 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf); in choke_parse_opt()
194 fprintf(f, "ewma %u ", qopt->Wlog); in choke_print_opt()
Dq_red.c136 opt.Wlog = parm; in red_parse_opt()
142 if ((parm = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) { in red_parse_opt()
193 fprintf(f, "ewma %u ", qopt->Wlog); in red_print_opt()
Dq_gred.c246 opt.Wlog = parm; in gred_parse_opt()
252 if ((parm = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) in gred_parse_opt()
326 fprintf(f, "ewma %u ", qopt->Wlog); in gred_print_opt()
Dq_sfq.c190 opt.Wlog = wlog; in sfq_parse_opt()
235 fprintf(f, "\n ewma %u ", qopt_ext->Wlog); in sfq_print_opt()
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h215 unsigned char Wlog; /* log(W) */ member
245 unsigned char Wlog; /* log(W) */ member
288 __u8 Wlog; /* log(W) */ member
321 unsigned char Wlog; /* log(W) */ member
/external/iproute2/include/linux/
Dpkt_sched.h219 unsigned char Wlog; /* log(W) */ member
249 unsigned char Wlog; /* log(W) */ member
292 __u8 Wlog; /* log(W) */ member
325 unsigned char Wlog; /* log(W) */ member
/external/libnl/include/linux/
Dpkt_sched.h177 unsigned char Wlog; /* log(W) */ member
220 __u8 Wlog; /* log(W) */ member
/external/libnl/lib/route/sch/
Dred.c81 red->qr_wlog = opts->Wlog; in red_msg_parser()