Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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 */