Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ip_set_list.h « ipset « netfilter « linux « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68c2aea897f593664dd9d0ab7131b1defd0a9265 (plain)
1
2
3
4
5
6
7
8
9
10
#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

#endif /* __IP_SET_LIST_H */