summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set_list.h
blob: fe2622a001516f382b71246dd7d9b68ec4f8b094 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __IP_SET_LIST_H
#define __IP_SET_LIST_H

#include <uapi/linux/netfilter/ipset/ip_set_list.h>


#define IP_SET_LIST_DEFAULT_SIZE	8
#define IP_SET_LIST_MIN_SIZE		4
#define IP_SET_LIST_MAX_SIZE		65536

#endif /* __IP_SET_LIST_H */