HomeSort by relevance Sort by last modified time
    Searched refs:tc_red_eval_P (Results 1 - 6 of 6) sorted by null

  /external/iproute2/tc/
tc_red.h 4 extern int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob);
tc_red.c 30 int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob)
q_choke.c 141 wlog = tc_red_eval_P(opt.qth_min*avpkt, opt.qth_max*avpkt, probability);
q_red.c 137 if ((parm = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
q_sfq.c 192 wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability);
q_gred.c 247 if ((parm = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {

Completed in 202 milliseconds