HomeSort by relevance Sort by last modified time
    Searched full:hashlimit (Results 1 - 5 of 5) sorted by null

  /external/iptables/extensions/
.hashlimit-test6 2 [ -f $KERNEL_DIR/include/linux/netfilter/xt_hashlimit.h ] && echo hashlimit
libipt_hashlimit.man 1 This patch adds a new match called 'hashlimit'.
13 .BI "--hashlimit " "rate"
16 .BI "--hashlimit-burst " "num"
19 .BI "--hashlimit-mode " "destip | destip-destport"
22 .BI "--hashlimit-name " "foo"
25 .BI "--hashlimit-htable-size " "num"
28 .BI "--hashlimit-htable-max " "num"
31 .BI "--hashlimit-htable-expire " "num"
34 .BI "--hashlimit-htable-gcinterval " "num"
libip6t_hashlimit.c 34 "hashlimit v%s options:\n"
35 "--hashlimit <avg> max average match rate\n"
38 "--hashlimit-mode <mode> mode is a comma-separated list of\n"
40 "--hashlimit-name <name> name for /proc/net/ipt_hashlimit/\n"
41 "[--hashlimit-burst <num>] number to match in a burst, default %u\n"
42 "[--hashlimit-htable-size <num>] number of hashtable buckets\n"
43 "[--hashlimit-htable-max <num>] number of hashtable entries\n"
44 "[--hashlimit-htable-gcinterval] interval between garbage collection runs\n"
45 "[--hashlimit-htable-expire] after which time are idle entries expired?\n"
50 { "hashlimit", 1, 0, '%' }
352 static struct ip6tables_match hashlimit = { NULL, variable in typeref:struct:ip6tables_match
    [all...]
libipt_hashlimit.c 34 "hashlimit v%s options:\n"
35 "--hashlimit <avg> max average match rate\n"
38 "--hashlimit-mode <mode> mode is a comma-separated list of\n"
40 "--hashlimit-name <name> name for /proc/net/ipt_hashlimit/\n"
41 "[--hashlimit-burst <num>] number to match in a burst, default %u\n"
42 "[--hashlimit-htable-size <num>] number of hashtable buckets\n"
43 "[--hashlimit-htable-max <num>] number of hashtable entries\n"
44 "[--hashlimit-htable-gcinterval] interval between garbage collection runs\n"
45 "[--hashlimit-htable-expire] after which time are idle entries expired?\n"
50 { "hashlimit", 1, 0, '%' }
352 static struct iptables_match hashlimit = { NULL, variable in typeref:struct:iptables_match
    [all...]
  /external/iptables/
Android.mk 52 PF_EXT_SLIB+=hashlimit helper icmp iprange length limit mac multiport #2mark

Completed in 195 milliseconds