commit | adfcf0b27e87d16a6a8c364daa724653d4d8930b | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Nov 25 17:22:11 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 25 17:22:11 2008 -0800 |
tree | 568da73362373cf293e94eceddbfc4bebe43d2bb | |
parent | 0331b1f383e1fa4049f8e75cafeea8f006171c64 [diff] [blame] |
netns xfrm: per-netns policy list Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h index 2a383c8..6648924 100644 --- a/include/net/netns/xfrm.h +++ b/include/net/netns/xfrm.h
@@ -25,6 +25,8 @@ struct work_struct state_gc_work; wait_queue_head_t km_waitq; + + struct list_head policy_all; }; #endif