summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ip_set_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/netfilter/ip_set_hash.h')
-rw-r--r--kernel/include/linux/netfilter/ip_set_hash.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/include/linux/netfilter/ip_set_hash.h b/kernel/include/linux/netfilter/ip_set_hash.h
index dd183b7..c1a6964 100644
--- a/kernel/include/linux/netfilter/ip_set_hash.h
+++ b/kernel/include/linux/netfilter/ip_set_hash.h
@@ -9,12 +9,11 @@ enum {
#ifdef __KERNEL__
-#define initval_t uint32_t
-
#define IPSET_DEFAULT_HASHSIZE 1024
+#define IPSET_MIMINAL_HASHSIZE 64
#define IPSET_DEFAULT_MAXELEM 65536
#define IPSET_DEFAULT_PROBES 4
-#define IPSET_DEFAULT_RESIZE 50
+#define IPSET_DEFAULT_RESIZE 100
#endif /* __KERNEL__ */