aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-25 17:50:36 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-25 17:50:36 -0800
commit7067802e262457a9737521e5669b622028b2283a (patch)
treef6f94b1429700979cb1407fc1f96de487f6bf085 /include/net/xfrm.h
parentnetns xfrm: xfrm_user module in netns (diff)
downloadlinux-dev-7067802e262457a9737521e5669b622028b2283a.tar.xz
linux-dev-7067802e262457a9737521e5669b622028b2283a.zip
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.h1
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
u32 seq;
u32 pid;
u32 event;
+ struct net *net;
};
struct net_device;