]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/ipv6/ah6.c
ASoC: NUC900/audio: add nuc900 audio driver support
[karo-tx-linux.git] / net / ipv6 / ah6.c
index c2f300c314be8f37699d220fbb6ab5e62039990a..5ac89025f9de15f20e8a9a3b2639df31897cd234 100644 (file)
@@ -614,7 +614,7 @@ static void ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
            type != ICMPV6_PKT_TOOBIG)
                return;
 
-       x = xfrm_state_lookup(net, (xfrm_address_t *)&iph->daddr, ah->spi, IPPROTO_AH, AF_INET6);
+       x = xfrm_state_lookup(net, skb->mark, (xfrm_address_t *)&iph->daddr, ah->spi, IPPROTO_AH, AF_INET6);
        if (!x)
                return;