aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-25 17:22:11 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-25 17:22:11 -0800
commitadfcf0b27e87d16a6a8c364daa724653d4d8930b (patch)
tree568da73362373cf293e94eceddbfc4bebe43d2bb /include/net/netns
parentnetns xfrm: add struct xfrm_policy::xp_net (diff)
downloadlinux-dev-adfcf0b27e87d16a6a8c364daa724653d4d8930b.tar.xz
linux-dev-adfcf0b27e87d16a6a8c364daa724653d4d8930b.zip
netns xfrm: per-netns policy list
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/xfrm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h
index 2a383c8ba1af..66489249cd1a 100644
--- a/include/net/netns/xfrm.h
+++ b/include/net/netns/xfrm.h
@@ -25,6 +25,8 @@ struct netns_xfrm {
struct work_struct state_gc_work;
wait_queue_head_t km_waitq;
+
+ struct list_head policy_all;
};
#endif