diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/netns/xfrm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h index 42dc318fe3de..c7568315f16c 100644 --- a/include/net/netns/xfrm.h +++ b/include/net/netns/xfrm.h | |||
@@ -4,6 +4,7 @@ | |||
4 | #include <linux/list.h> | 4 | #include <linux/list.h> |
5 | #include <linux/wait.h> | 5 | #include <linux/wait.h> |
6 | #include <linux/workqueue.h> | 6 | #include <linux/workqueue.h> |
7 | #include <linux/xfrm.h> | ||
7 | 8 | ||
8 | struct netns_xfrm { | 9 | struct netns_xfrm { |
9 | struct list_head state_all; | 10 | struct list_head state_all; |
@@ -29,6 +30,7 @@ struct netns_xfrm { | |||
29 | struct list_head policy_all; | 30 | struct list_head policy_all; |
30 | struct hlist_head *policy_byidx; | 31 | struct hlist_head *policy_byidx; |
31 | unsigned int policy_idx_hmask; | 32 | unsigned int policy_idx_hmask; |
33 | struct hlist_head policy_inexact[XFRM_POLICY_MAX * 2]; | ||
32 | }; | 34 | }; |
33 | 35 | ||
34 | #endif | 36 | #endif |