diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-25 20:50:36 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-25 20:50:36 -0500 |
commit | 7067802e262457a9737521e5669b622028b2283a (patch) | |
tree | f6f94b1429700979cb1407fc1f96de487f6bf085 /include/net/xfrm.h | |
parent | fc34acd36eecdec95171b98ef2516e3d4daa5c41 (diff) |
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>
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r-- | include/net/xfrm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index e027179e8199..52e784fa2c50 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -256,6 +256,7 @@ struct km_event | |||
256 | u32 seq; | 256 | u32 seq; |
257 | u32 pid; | 257 | u32 pid; |
258 | u32 event; | 258 | u32 event; |
259 | struct net *net; | ||
259 | }; | 260 | }; |
260 | 261 | ||
261 | struct net_device; | 262 | struct net_device; |