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 - 4
of
4
) 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
q_red.c
112
if ((wlog =
tc_red_eval_ewma
(opt.qth_min, burst, avpkt)) < 0) {
q_gred.c
226
if ((wlog =
tc_red_eval_ewma
(opt.qth_min, burst, avpkt)) < 0) {
Completed in 3337 milliseconds