diff options
Diffstat (limited to 'include/net/netns')
-rw-r--r-- | include/net/netns/conntrack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/conntrack.h b/include/net/netns/conntrack.h index e453a33f3e93..6ddf58e142a9 100644 --- a/include/net/netns/conntrack.h +++ b/include/net/netns/conntrack.h | |||
@@ -1,6 +1,7 @@ | |||
1 | #ifndef __NETNS_CONNTRACK_H | 1 | #ifndef __NETNS_CONNTRACK_H |
2 | #define __NETNS_CONNTRACK_H | 2 | #define __NETNS_CONNTRACK_H |
3 | 3 | ||
4 | #include <linux/list.h> | ||
4 | #include <asm/atomic.h> | 5 | #include <asm/atomic.h> |
5 | 6 | ||
6 | struct netns_ct { | 7 | struct netns_ct { |
@@ -8,6 +9,7 @@ struct netns_ct { | |||
8 | unsigned int expect_count; | 9 | unsigned int expect_count; |
9 | struct hlist_head *hash; | 10 | struct hlist_head *hash; |
10 | struct hlist_head *expect_hash; | 11 | struct hlist_head *expect_hash; |
12 | struct hlist_head unconfirmed; | ||
11 | int hash_vmalloc; | 13 | int hash_vmalloc; |
12 | int expect_vmalloc; | 14 | int expect_vmalloc; |
13 | }; | 15 | }; |