OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tc_red_eval_ewma
(Results
1 - 6
of
6
) sorted by null
/external/iproute2/tc/
tc_red.h
5
extern int
tc_red_eval_ewma
(unsigned qmin, unsigned burst, unsigned avpkt);
tc_red.c
53
int
tc_red_eval_ewma
(unsigned qmin, unsigned burst, unsigned avpkt)
function
60
fprintf(stderr, "
tc_red_eval_ewma
() burst %u is too small ?"
q_choke.c
132
wlog =
tc_red_eval_ewma
(opt.qth_min*avpkt, burst, avpkt);
q_red.c
130
if ((parm =
tc_red_eval_ewma
(opt.qth_min, burst, avpkt)) < 0) {
q_sfq.c
183
wlog =
tc_red_eval_ewma
(opt.qth_min, burst, avpkt);
q_gred.c
239
if ((parm =
tc_red_eval_ewma
(opt.qth_min, burst, avpkt)) < 0) {
Completed in 76 milliseconds