aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-25 20:22:11 -0500
committerDavid S. Miller <davem@davemloft.net>2008-11-25 20:22:11 -0500
commitadfcf0b27e87d16a6a8c364daa724653d4d8930b (patch)
tree568da73362373cf293e94eceddbfc4bebe43d2bb /include/net/netns
parent0331b1f383e1fa4049f8e75cafeea8f006171c64 (diff)
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 {
25 struct work_struct state_gc_work; 25 struct work_struct state_gc_work;
26 26
27 wait_queue_head_t km_waitq; 27 wait_queue_head_t km_waitq;
28
29 struct list_head policy_all;
28}; 30};
29 31
30#endif 32#endif