aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_CT.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-01-20 00:06:15 -0800
committerDavid S. Miller <davem@davemloft.net>2011-01-20 00:06:15 -0800
commita07aa004c8d814a975b1a68afdb7baaa8f1b91d5 (patch)
tree652edc2dce9732a64780b9e332034b6567631a8b /include/linux/netfilter/xt_CT.h
parentnet_sched: cleanups (diff)
parentnetfilter: xtables: remove extraneous header that slipped in (diff)
downloadlinux-dev-a07aa004c8d814a975b1a68afdb7baaa8f1b91d5.tar.xz
linux-dev-a07aa004c8d814a975b1a68afdb7baaa8f1b91d5.zip
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
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 1b564106891d..fbf4c5658554 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)));