summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv6/ip6t_opts.h
diff options
context:
space:
mode:
authorPatrick McHardy2011-01-18 16:20:53 +0100
committerPatrick McHardy2011-01-18 16:20:53 +0100
commita8fc0d9b3401cb5e42a437293db383998290157d (patch)
tree10f8af504eba587c22c380ec0b5ab538dc314a50 /include/linux/netfilter_ipv6/ip6t_opts.h
parentnetfilter: allow NFQUEUE bypass if no listener is available (diff)
parentnetfilter: xtables: add missing header files to export list (diff)
downloadkernel-qcow2-linux-a8fc0d9b3401cb5e42a437293db383998290157d.tar.gz
kernel-qcow2-linux-a8fc0d9b3401cb5e42a437293db383998290157d.tar.xz
kernel-qcow2-linux-a8fc0d9b3401cb5e42a437293db383998290157d.zip
Merge branch 'master' of git://dev.medozas.de/linux
Diffstat (limited to 'include/linux/netfilter_ipv6/ip6t_opts.h')
-rw-r--r--include/linux/netfilter_ipv6/ip6t_opts.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/netfilter_ipv6/ip6t_opts.h b/include/linux/netfilter_ipv6/ip6t_opts.h
index 62d89bcd9f9c..405d309cd741 100644
--- a/include/linux/netfilter_ipv6/ip6t_opts.h
+++ b/include/linux/netfilter_ipv6/ip6t_opts.h
@@ -4,11 +4,11 @@
#define IP6T_OPTS_OPTSNR 16
struct ip6t_opts {
- u_int32_t hdrlen; /* Header Length */
- u_int8_t flags; /* */
- u_int8_t invflags; /* Inverse flags */
- u_int16_t opts[IP6T_OPTS_OPTSNR]; /* opts */
- u_int8_t optsnr; /* Nr of OPts */
+ __u32 hdrlen; /* Header Length */
+ __u8 flags; /* */
+ __u8 invflags; /* Inverse flags */
+ __u16 opts[IP6T_OPTS_OPTSNR]; /* opts */
+ __u8 optsnr; /* Nr of OPts */
};
#define IP6T_OPTS_LEN 0x01