summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv6/ip6t_frag.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-01-18 07:33:09 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-01-18 07:33:09 +0100
commit0260c1dccc6a1018f8cf2c4778dffb47fc5d1c4c (patch)
tree25d7ac63c53e38444eba069f85cdf8b76b84c410 /include/linux/netfilter_ipv6/ip6t_frag.h
parent1cc34c30be0e27d4ba8c1ce04a8a4f46c927d121 (diff)
downloadop-kernel-dev-0260c1dccc6a1018f8cf2c4778dffb47fc5d1c4c.zip
op-kernel-dev-0260c1dccc6a1018f8cf2c4778dffb47fc5d1c4c.tar.gz
netfilter: xtables: use __uXX guarded types for userspace exports
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux/netfilter_ipv6/ip6t_frag.h')
-rw-r--r--include/linux/netfilter_ipv6/ip6t_frag.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/netfilter_ipv6/ip6t_frag.h b/include/linux/netfilter_ipv6/ip6t_frag.h
index 3724d08..538b31e 100644
--- a/include/linux/netfilter_ipv6/ip6t_frag.h
+++ b/include/linux/netfilter_ipv6/ip6t_frag.h
@@ -2,10 +2,10 @@
#define _IP6T_FRAG_H
struct ip6t_frag {
- u_int32_t ids[2]; /* Security Parameter Index */
- u_int32_t hdrlen; /* Header Length */
- u_int8_t flags; /* */
- u_int8_t invflags; /* Inverse flags */
+ __u32 ids[2]; /* Security Parameter Index */
+ __u32 hdrlen; /* Header Length */
+ __u8 flags; /* */
+ __u8 invflags; /* Inverse flags */
};
#define IP6T_FRAG_IDS 0x01
OpenPOWER on IntegriCloud