]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv6/xfrm6_mode_tunnel.c
Merge mulgrave-w:git/linux-2.6
[linux-2.6-omap-h63xx.git] / net / ipv6 / xfrm6_mode_tunnel.c
index 8af79be2edcad346fd0aac5ae91e29918a62d15b..5e7d8a7d6414cc85a01fd463485c016af1d5a219 100644 (file)
@@ -37,10 +37,9 @@ static inline void ipip6_ecn_decapsulate(struct sk_buff *skb)
  * its absence, that of the top IP header.  The value of skb->data will always
  * point to the top IP header.
  */
-static int xfrm6_tunnel_output(struct sk_buff *skb)
+static int xfrm6_tunnel_output(struct xfrm_state *x, struct sk_buff *skb)
 {
        struct dst_entry *dst = skb->dst;
-       struct xfrm_state *x = dst->xfrm;
        struct ipv6hdr *iph, *top_iph;
        int dsfield;