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.c135 opt.Wlog = wlog; in red_parse_opt()
141 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) { in red_parse_opt()
192 fprintf(f, "ewma %u ", qopt->Wlog); in red_print_opt()
Dq_gred.c238 opt.Wlog = wlog; in gred_parse_opt()
244 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) in gred_parse_opt()
314 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/iproute2/include/linux/
Dpkt_sched.h203 unsigned char Wlog; /* log(W) */ member
233 unsigned char Wlog; /* log(W) */ member
275 __u8 Wlog; /* log(W) */ member
308 unsigned char Wlog; /* log(W) */ member
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h215 unsigned char Wlog; /* log(W) */ member
245 unsigned char Wlog; /* log(W) */ member
287 __u8 Wlog; /* log(W) */ member
320 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()