Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ip_set_hash.h
Go to the documentation of this file.
1 #ifndef __IP_SET_HASH_H
2 #define __IP_SET_HASH_H
3 
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 */