]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - include/linux/netfilter/ipset/ip_set_hash.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / include / linux / netfilter / ipset / ip_set_hash.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
6c027889
JK
2#ifndef __IP_SET_HASH_H
3#define __IP_SET_HASH_H
4
a8201414 5#include <uapi/linux/netfilter/ipset/ip_set_hash.h>
6c027889 6
6c027889
JK
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
6c027889 14#endif /* __IP_SET_HASH_H */