GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / include / linux / netfilter / xt_CT.h
blob1b564106891dbc9e4aa181f7bb95bc471202dadc
1 #ifndef _XT_CT_H
2 #define _XT_CT_H
4 #define XT_CT_NOTRACK 0x1
6 struct xt_ct_target_info {
7 u_int16_t flags;
8 u_int16_t zone;
9 u_int32_t ct_events;
10 u_int32_t exp_events;
11 char helper[16];
13 /* Used internally by the kernel */
14 struct nf_conn *ct __attribute__((aligned(8)));
17 #endif /* _XT_CT_H */