Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_CT.h
Go to the documentation of this file.
1 #ifndef _XT_CT_H
2 #define _XT_CT_H
3 
4 #include <linux/types.h>
5 
6 #define XT_CT_NOTRACK 0x1
7 
13  char helper[16];
14 
15  /* Used internally by the kernel */
16  struct nf_conn *ct __attribute__((aligned(8)));
17 };
18 
24  char helper[16];
25  char timeout[32];
26 
27  /* Used internally by the kernel */
28  struct nf_conn *ct __attribute__((aligned(8)));
29 };
30 
31 #endif /* _XT_CT_H */