aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_bridge/ebt_ip.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_bridge/ebt_ip.h
parentnetfilter: xt_connlimit: use hotdrop jump mark (diff)
downloadlinux-dev-0260c1dccc6a1018f8cf2c4778dffb47fc5d1c4c.tar.xz
linux-dev-0260c1dccc6a1018f8cf2c4778dffb47fc5d1c4c.zip
netfilter: xtables: use __uXX guarded types for userspace exports
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux/netfilter_bridge/ebt_ip.h')
-rw-r--r--include/linux/netfilter_bridge/ebt_ip.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/netfilter_bridge/ebt_ip.h b/include/linux/netfilter_bridge/ebt_ip.h
index 6a708fb92241..d99de58da2c7 100644
--- a/include/linux/netfilter_bridge/ebt_ip.h
+++ b/include/linux/netfilter_bridge/ebt_ip.h
@@ -31,12 +31,12 @@ struct ebt_ip_info {
__be32 daddr;
__be32 smsk;
__be32 dmsk;
- uint8_t tos;
- uint8_t protocol;
- uint8_t bitmask;
- uint8_t invflags;
- uint16_t sport[2];
- uint16_t dport[2];
+ __u8 tos;
+ __u8 protocol;
+ __u8 bitmask;
+ __u8 invflags;
+ __u16 sport[2];
+ __u16 dport[2];
};
#endif