https://github.com/torvalds/linux
Raw File
Tip revision: c1be5a5b1b355d40e6cf79cc979eb66dafa24ad1 authored by Linus Torvalds on 29 April 2013, 00:36:01 UTC
Linux 3.9
Tip revision: c1be5a5
ip_set_list.h
#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 */
back to top