netns xfrm: state lookup in netns
[deliverable/linux.git] / net / ipv6 / ah6.c
index 13e330d89178f6d84bbab9a1718f1498cfefc2f6..6ae014b86b69b81aa3549f9d8336154efef6808f 100644 (file)
@@ -415,7 +415,7 @@ static void ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
            type != ICMPV6_PKT_TOOBIG)
                return;
 
-       x = xfrm_state_lookup((xfrm_address_t *)&iph->daddr, ah->spi, IPPROTO_AH, AF_INET6);
+       x = xfrm_state_lookup(&init_net, (xfrm_address_t *)&iph->daddr, ah->spi, IPPROTO_AH, AF_INET6);
        if (!x)
                return;
 
This page took 0.039887 seconds and 5 git commands to generate.