netns xfrm: per-netns xfrm_state_all list
[safe/jmp/linux-2.6] / include / net / netns / xfrm.h
1 #ifndef __NETNS_XFRM_H
2 #define __NETNS_XFRM_H
3
4 #include <linux/list.h>
5
6 struct netns_xfrm {
7         struct list_head        state_all;
8 };
9
10 #endif