Searched refs:Wlog (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/tc/ |
D | tc_red.c | 75 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()
|
D | q_choke.c | 139 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()
|
D | q_red.c | 135 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()
|
D | q_gred.c | 238 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()
|
D | q_sfq.c | 190 opt.Wlog = wlog; in sfq_parse_opt() 235 fprintf(f, "\n ewma %u ", qopt_ext->Wlog); in sfq_print_opt()
|
/external/iproute2/include/linux/ |
D | pkt_sched.h | 203 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/ |
D | pkt_sched.h | 215 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/ |
D | pkt_sched.h | 177 unsigned char Wlog; /* log(W) */ member 220 __u8 Wlog; /* log(W) */ member
|
/external/libnl/lib/route/sch/ |
D | red.c | 81 red->qr_wlog = opts->Wlog; in red_msg_parser()
|