Searched refs:qth_min (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dq_red.c61 if (get_size(&opt.qth_min, *argv)) {
121 if (!opt.qth_min || !opt.qth_max || !burst || !opt.limit || !avpkt) {
126 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
133 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
182 sprint_size(qopt->qth_min, b2),
H A Dq_gred.c150 if (get_size(&opt.qth_min, *argv)) {
227 if (!opt.qth_min || !opt.qth_max || !burst || !opt.limit || !avpkt ||
234 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
242 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
324 sprint_size(qopt->qth_min, b2),
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_red.c95 qth_min - bytes (should be < qth_max/2)
96 qth_max - bytes (should be at least 2*qth_min and less limit)
102 max_P = (qth_max-qth_min)/2^Plog;
104 F.e. if qth_max=128K and qth_min=32K, then Plog=22
142 u32 qth_min; /* Min average length threshold: A scaled */ member in struct:red_sched_data
257 if (q->qave < q->qth_min) {
295 max_P = (qth_max-qth_min)/2^Plog; two lines
298 max_P*(qave - qth_min)/(qth_max-qth_min) < rnd/qcount
302 if (((q->qave - q->qth_min)>>
[all...]
H A Dsch_gred.c60 u32 qth_min; /* Min average length threshold: A scaled */ member in struct:gred_sched_data
167 if ((q->qave+qave) < q->qth_min) {
194 if ((((qave+q->qave) - q->qth_min)>>q->Wlog)*q->qcount < q->qR)
395 q->qth_min = ctl->qth_min<<ctl->Wlog;
445 q->qth_min = ctl->qth_min<<ctl->Wlog;
531 dst->qth_min=q->qth_min>>q->Wlog;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dpkt_sched.h190 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
193 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
224 __u32 qth_min; /* Min average length threshold (bytes) member in struct:tc_gred_qopt
237 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dpkt_sched.h190 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
193 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
224 __u32 qth_min; /* Min average length threshold (bytes) member in struct:tc_gred_qopt
237 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */

Completed in 53 milliseconds