linux-surface/include/linux/netfilter/ipset/ip_set_list.h
2017-08-10 09:25:24 -04:00

12 lines
236 B
C

#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 */