Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __IP_SET_LIST_H
3#define __IP_SET_LIST_H
4
5#include <uapi/linux/netfilter/ipset/ip_set_list.h>
6
7
8#define IP_SET_LIST_DEFAULT_SIZE 8
9#define IP_SET_LIST_MIN_SIZE 4
10#define IP_SET_LIST_MAX_SIZE 65536
11
12#endif /* __IP_SET_LIST_H */
13

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/include/linux/netfilter/ipset/ip_set_list.h