netns xfrm: per-netns policy list

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Alexey Dobriyan
2008-11-25 17:22:11 -08:00
committed by David S. Miller
parent 0331b1f383
commit adfcf0b27e
2 changed files with 8 additions and 6 deletions

View File

@@ -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