]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/netfilter_ipv6/ip6t_rt.h
netfilter: xtables: use __uXX guarded types for userspace exports
[karo-tx-linux.git] / include / linux / netfilter_ipv6 / ip6t_rt.h
index ab91bfd2cd00f7dcc931f53f395feaaa2a793660..e8dad20acd3701bdd26a072595bb0dbd9a3e26d4 100644 (file)
@@ -6,13 +6,13 @@
 #define IP6T_RT_HOPS 16
 
 struct ip6t_rt {
-       u_int32_t rt_type;                      /* Routing Type */
-       u_int32_t segsleft[2];                  /* Segments Left */
-       u_int32_t hdrlen;                       /* Header Length */
-       u_int8_t  flags;                        /*  */
-       u_int8_t  invflags;                     /* Inverse flags */
+       __u32 rt_type;                  /* Routing Type */
+       __u32 segsleft[2];                      /* Segments Left */
+       __u32 hdrlen;                   /* Header Length */
+       __u8  flags;                    /*  */
+       __u8  invflags;                 /* Inverse flags */
        struct in6_addr addrs[IP6T_RT_HOPS];    /* Hops */
-       u_int8_t addrnr;                        /* Nr of Addresses */
+       __u8 addrnr;                    /* Nr of Addresses */
 };
 
 #define IP6T_RT_TYP            0x01