diff options
Diffstat (limited to 'include')
-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 ba1ba0c5efd1..aed23b6c8478 100644 --- a/include/net/netns/conntrack.h +++ b/include/net/netns/conntrack.h | |||
@@ -11,6 +11,7 @@ struct nf_conntrack_ecache; | |||
11 | struct netns_ct { | 11 | struct netns_ct { |
12 | atomic_t count; | 12 | atomic_t count; |
13 | unsigned int expect_count; | 13 | unsigned int expect_count; |
14 | struct kmem_cache *nf_conntrack_cachep; | ||
14 | struct hlist_nulls_head *hash; | 15 | struct hlist_nulls_head *hash; |
15 | struct hlist_head *expect_hash; | 16 | struct hlist_head *expect_hash; |
16 | struct hlist_nulls_head unconfirmed; | 17 | struct hlist_nulls_head unconfirmed; |
@@ -28,5 +29,6 @@ struct netns_ct { | |||
28 | #endif | 29 | #endif |
29 | int hash_vmalloc; | 30 | int hash_vmalloc; |
30 | int expect_vmalloc; | 31 | int expect_vmalloc; |
32 | char *slabname; | ||
31 | }; | 33 | }; |
32 | #endif | 34 | #endif |