summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_CT.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-12-15 23:36:19 +0100
committerPatrick McHardy <kaber@trash.net>2010-12-15 23:36:19 +0100
commit3a84b3d5de492e40aff7bae5038b06dd6b6041c4 (patch)
tree6d9b602bbd4ece24176325d0006ea3c12d7934a7 /include/linux/netfilter/xt_CT.h
parent2f09f1b39ced2ae7109382dcf066785bab4a966a (diff)
parenta3f101331deb9314caa0cfa1061c925865e79380 (diff)
Merge branch 'master' of git://dev.medozas.de/iptables
Diffstat (limited to 'include/linux/netfilter/xt_CT.h')
-rw-r--r--include/linux/netfilter/xt_CT.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/netfilter/xt_CT.h b/include/linux/netfilter/xt_CT.h
index 1b564106..fbf4c565 100644
--- a/include/linux/netfilter/xt_CT.h
+++ b/include/linux/netfilter/xt_CT.h
@@ -4,11 +4,11 @@
#define XT_CT_NOTRACK 0x1
struct xt_ct_target_info {
- u_int16_t flags;
- u_int16_t zone;
- u_int32_t ct_events;
- u_int32_t exp_events;
- char helper[16];
+ __u16 flags;
+ __u16 zone;
+ __u32 ct_events;
+ __u32 exp_events;
+ char helper[16];
/* Used internally by the kernel */
struct nf_conn *ct __attribute__((aligned(8)));