1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __IP_SET_HASH_H
3 #define __IP_SET_HASH_H
4 
5 #include <uapi/linux/netfilter/ipset/ip_set_hash.h>
6 
7 
8 #define IPSET_DEFAULT_HASHSIZE		1024
9 #define IPSET_MIMINAL_HASHSIZE		64
10 #define IPSET_DEFAULT_MAXELEM		65536
11 #define IPSET_DEFAULT_PROBES		4
12 #define IPSET_DEFAULT_RESIZE		100
13 
14 #endif /* __IP_SET_HASH_H */
15