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

/external/iproute2/tc/
H A Dtc_red.c75 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) argument
78 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
H A Dq_choke.c139 opt.Wlog = wlog;
148 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf);
194 fprintf(f, "ewma %u ", qopt->Wlog);
H A Dq_red.c135 opt.Wlog = wlog;
141 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
192 fprintf(f, "ewma %u ", qopt->Wlog);
H A Dq_gred.c238 opt.Wlog = wlog;
244 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
314 fprintf(f, "ewma %u ", qopt->Wlog);
H A Dq_sfq.c190 opt.Wlog = wlog;
235 fprintf(f, "\n ewma %u ", qopt_ext->Wlog);
/external/iproute2/include/linux/
H A Dpkt_sched.h203 unsigned char Wlog; /* log(W) */ member in struct:tc_sfq_qopt_v1
233 unsigned char Wlog; /* log(W) */ member in struct:tc_red_qopt
275 __u8 Wlog; /* log(W) */ member in struct:tc_gred_qopt
308 unsigned char Wlog; /* log(W) */ member in struct:tc_choke_qopt
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h215 unsigned char Wlog; /* log(W) */ member in struct:tc_sfq_qopt_v1
245 unsigned char Wlog; /* log(W) */ member in struct:tc_red_qopt
287 __u8 Wlog; /* log(W) */ member in struct:tc_gred_qopt
320 unsigned char Wlog; /* log(W) */ member in struct:tc_choke_qopt
/external/libnl/include/linux/
H A Dpkt_sched.h177 unsigned char Wlog; /* log(W) */ member in struct:tc_red_qopt
220 __u8 Wlog; /* log(W) */ member in struct:tc_gred_qopt
/external/libnl/lib/route/sch/
H A Dred.c81 red->qr_wlog = opts->Wlog;

Completed in 976 milliseconds