Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_connlimit.h
Go to the documentation of this file.
1 #ifndef _XT_CONNLIMIT_H
2 #define _XT_CONNLIMIT_H
3 
4 #include <linux/types.h>
5 #include <linux/netfilter.h>
6 
7 struct xt_connlimit_data;
8 
9 enum {
12 };
13 
15  union {
17 #ifndef __KERNEL__
18  union {
21  };
22 #endif
23  };
24  unsigned int limit;
25  /* revision 1 */
27 
28  /* Used internally by the kernel */
30 };
31 
32 #endif /* _XT_CONNLIMIT_H */