Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6
[deliverable/linux.git] / include / linux / netfilter / ipset / ip_set_hash.h
1 #ifndef __IP_SET_HASH_H
2 #define __IP_SET_HASH_H
3
4 #include <uapi/linux/netfilter/ipset/ip_set_hash.h>
5
6
7 #define IPSET_DEFAULT_HASHSIZE 1024
8 #define IPSET_MIMINAL_HASHSIZE 64
9 #define IPSET_DEFAULT_MAXELEM 65536
10 #define IPSET_DEFAULT_PROBES 4
11 #define IPSET_DEFAULT_RESIZE 100
12
13 #endif /* __IP_SET_HASH_H */
This page took 0.030926 seconds and 5 git commands to generate.