]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv6/xfrm6_tunnel.c
[PATCH] csa: Extended system accounting over taskstats
[linux-2.6-omap-h63xx.git] / net / ipv6 / xfrm6_tunnel.c
index 59685ee8f700d9690180560180320064912ceda8..7af227bb1551477730b13097e3490241bebc154b 100644 (file)
@@ -258,7 +258,7 @@ static int xfrm6_tunnel_input(struct xfrm_state *x, struct sk_buff *skb)
 static int xfrm6_tunnel_rcv(struct sk_buff *skb)
 {
        struct ipv6hdr *iph = skb->nh.ipv6h;
-       u32 spi;
+       __be32 spi;
 
        spi = xfrm6_tunnel_spi_lookup((xfrm_address_t *)&iph->saddr);
        return xfrm6_rcv_spi(skb, spi);