commit | 7067802e262457a9737521e5669b622028b2283a | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Nov 25 17:50:36 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 25 17:50:36 2008 -0800 |
tree | f6f94b1429700979cb1407fc1f96de487f6bf085 | |
parent | fc34acd36eecdec95171b98ef2516e3d4daa5c41 [diff] [blame] |
netns xfrm: pass netns with KM notifications SA and SPD flush are executed with NULL SA and SPD respectively, for these cases pass netns explicitly from userspace socket. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index e027179..52e784f 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h
@@ -256,6 +256,7 @@ u32 seq; u32 pid; u32 event; + struct net *net; }; struct net_device;