netns xfrm: add struct xfrm_state::xs_net
[deliverable/linux.git] / net / ipv6 / ipcomp6.c
index d4576a9c154f040334bde597122f9a838f315dd7..c369638e208aa3c2782309ebacb2e514259383b5 100644 (file)
@@ -76,7 +76,7 @@ static struct xfrm_state *ipcomp6_tunnel_create(struct xfrm_state *x)
 {
        struct xfrm_state *t = NULL;
 
-       t = xfrm_state_alloc();
+       t = xfrm_state_alloc(&init_net);
        if (!t)
                goto out;
 
This page took 0.025602 seconds and 5 git commands to generate.