HomeSort by relevance Sort by last modified time
    Searched defs:ewma_log (Results 1 - 16 of 16) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_RATEEST.h 26 __u8 ewma_log; member in struct:xt_rateest_target_info
  /external/iptables/include/linux/netfilter/
xt_RATEEST.h 9 __u8 ewma_log; member in struct:xt_rateest_target_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_RATEEST.h 11 __u8 ewma_log; member in struct:xt_rateest_target_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_RATEEST.h 9 __u8 ewma_log; member in struct:xt_rateest_target_info
  /bionic/libc/kernel/uapi/linux/
gen_stats.h 58 unsigned char ewma_log; member in struct:gnet_estimator
pkt_sched.h 41 unsigned char ewma_log; member in struct:tc_estimator
315 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /external/iproute2/include/uapi/linux/
gen_stats.h 72 * @ewma_log: the log of measurement window weight
76 unsigned char ewma_log; member in struct:gnet_estimator
pkt_sched.h 47 unsigned char ewma_log; member in struct:tc_estimator
428 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /external/iptables/extensions/
libxt_RATEEST.c 16 unsigned int ewma_log; member in struct:rateest_tg_udata
104 if (RATEEST_get_time(&udata->ewma_log, cb->arg) < 0)
127 for (info->ewma_log = 1; info->ewma_log < 32; info->ewma_log++) {
128 double w = 1.0 - 1.0 / (1 << info->ewma_log);
129 if (udata->interval / (-log(w)) > udata->ewma_log)
132 info->ewma_log--;
134 if (info->ewma_log == 0 || info->ewma_log >= 31
    [all...]
  /external/kernel-headers/original/uapi/linux/
gen_stats.h 72 * @ewma_log: the log of measurement window weight
76 unsigned char ewma_log; member in struct:gnet_estimator
pkt_sched.h 47 unsigned char ewma_log; member in struct:tc_estimator
429 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /external/libnl/include/linux-private/linux/
gen_stats.h 59 * @ewma_log: the log of measurement window weight
63 unsigned char ewma_log; member in struct:gnet_estimator
pkt_sched.h 46 unsigned char ewma_log; member in struct:tc_estimator
383 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
gen_stats.h 59 * @ewma_log: the log of measurement window weight
63 unsigned char ewma_log; member in struct:gnet_estimator
pkt_sched.h 46 unsigned char ewma_log; member in struct:tc_estimator
362 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /external/iproute2/tc/
q_cbq.c 59 int ewma_log = -1; local
72 if (get_integer(&ewma_log, *argv, 0)) {
76 if (ewma_log > 31) {
77 fprintf(stderr, "ewma_log must be < 32\n");
157 if (ewma_log < 0)
158 ewma_log = TC_CBQ_DEF_EWMA;
159 lss.ewma_log = ewma_log;
190 int ewma_log = -1; local
245 if (get_integer(&ewma_log, *argv, 0))
    [all...]

Completed in 604 milliseconds