]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/netfilter_bridge/ebt_ip.h
[ARM] Add -march=all to assembly file build in arch/arm/boot/compressed
[linux-2.6-omap-h63xx.git] / include / linux / netfilter_bridge / ebt_ip.h
index 7247385cdcb1f2d087d5c1e38e09d3508f8cb296..d6847475bf2e2cd57ae9fc30cdfcedaab11dd332 100644 (file)
 /* the same values are used for the invflags */
 struct ebt_ip_info
 {
-       uint32_t saddr;
-       uint32_t daddr;
-       uint32_t smsk;
-       uint32_t dmsk;
+       __be32 saddr;
+       __be32 daddr;
+       __be32 smsk;
+       __be32 dmsk;
        uint8_t  tos;
        uint8_t  protocol;
        uint8_t  bitmask;