4 #include <linux/types.h>
6 #define XT_CT_NOTRACK 0x1
8 struct xt_ct_target_info
{
15 /* Used internally by the kernel */
16 struct nf_conn
*ct
__attribute__((aligned(8)));
19 struct xt_ct_target_info_v1
{
27 /* Used internally by the kernel */
28 struct nf_conn
*ct
__attribute__((aligned(8)));