Home
last modified time | relevance | path

Searched refs:ewma_log (Results 1 – 5 of 5) sorted by relevance

/third_party/iptables/extensions/
Dlibxt_RATEEST.c16 unsigned int ewma_log; member
104 if (RATEEST_get_time(&udata->ewma_log, cb->arg) < 0) in RATEEST_parse()
127 for (info->ewma_log = 1; info->ewma_log < 32; info->ewma_log++) { in RATEEST_final_check()
128 double w = 1.0 - 1.0 / (1 << info->ewma_log); in RATEEST_final_check()
129 if (udata->interval / (-log(w)) > udata->ewma_log) in RATEEST_final_check()
132 info->ewma_log--; in RATEEST_final_check()
134 if (info->ewma_log == 0 || info->ewma_log >= 31) in RATEEST_final_check()
147 local_ewma_log = local_interval * (1 << (info->ewma_log)); in __RATEEST_print()
/third_party/iptables/include/linux/netfilter/
Dxt_RATEEST.h9 __u8 ewma_log; member
/third_party/libnl/lib/route/qdisc/
Dcbq.c133 el = cbq->cbq_lss.ewma_log; in cbq_dump_details()
140 cbq->cbq_lss.ewma_log); in cbq_dump_details()
/third_party/libnl/include/linux-private/linux/
Dgen_stats.h76 unsigned char ewma_log; member
Dpkt_sched.h47 unsigned char ewma_log; member
444 unsigned char ewma_log; member