Searched refs:ewma_log (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/uapi/linux/netfilter/
H A Dxt_RATEEST.h11 __u8 ewma_log; member in struct:xt_rateest_target_info
/linux-master/include/uapi/linux/
H A Dgen_stats.h70 * @ewma_log: the log of measurement window weight
74 unsigned char ewma_log; member in struct:gnet_estimator
H A Dpkt_sched.h48 unsigned char ewma_log; member in struct:tc_estimator
/linux-master/net/core/
H A Dgen_estimator.c47 u8 ewma_log; member in struct:net_rate_estimator
88 brate = (brate >> est->ewma_log) - (est->avbps >> est->ewma_log);
91 rate = (rate >> est->ewma_log) - (est->avpps >> est->ewma_log);
152 if (parm->ewma_log == 0 || parm->ewma_log >= 31)
164 est->ewma_log = parm->ewma_log;
/linux-master/net/netfilter/
H A Dxt_RATEEST.c131 if ((!info->interval && !info->ewma_log) ||
133 info->ewma_log != est->params.ewma_log)) {
151 est->params.ewma_log = info->ewma_log;
156 cfg.est.ewma_log = info->ewma_log;
/linux-master/drivers/atm/
H A Didt77252.h192 unsigned int ewma_log; member in struct:rate_estimator
H A Didt77252.c2087 est->avcps += ((long)rate - (long)est->avcps) >> est->ewma_log;
2124 est->ewma_log = 2; /* XXX: make this configurable */
/linux-master/tools/include/uapi/linux/
H A Dpkt_sched.h47 unsigned char ewma_log; member in struct:tc_estimator
/linux-master/net/sched/
H A Dsch_htb.c1843 .ewma_log = 2,

Completed in 136 milliseconds