diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-10-08 05:35:09 -0400 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-10-08 05:35:09 -0400 |
commit | d716a4dfbbdf0d4731d596a96e5f4b0d892ac168 (patch) | |
tree | 6131d86efdcebf7da50ded77e437223df9f41f7c /include/net/netns | |
parent | c2a2c7e0cc39e7f9336cd67e8307a110bdba82f3 (diff) |
netfilter: netns nf_conntrack: per-netns conntrack accounting
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
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 503e37551b17..f4498a62881b 100644 --- a/include/net/netns/conntrack.h +++ b/include/net/netns/conntrack.h | |||
@@ -17,10 +17,12 @@ struct netns_ct { | |||
17 | #ifdef CONFIG_NF_CONNTRACK_EVENTS | 17 | #ifdef CONFIG_NF_CONNTRACK_EVENTS |
18 | struct nf_conntrack_ecache *ecache; | 18 | struct nf_conntrack_ecache *ecache; |
19 | #endif | 19 | #endif |
20 | int sysctl_acct; | ||
20 | int sysctl_checksum; | 21 | int sysctl_checksum; |
21 | unsigned int sysctl_log_invalid; /* Log invalid packets */ | 22 | unsigned int sysctl_log_invalid; /* Log invalid packets */ |
22 | #ifdef CONFIG_SYSCTL | 23 | #ifdef CONFIG_SYSCTL |
23 | struct ctl_table_header *sysctl_header; | 24 | struct ctl_table_header *sysctl_header; |
25 | struct ctl_table_header *acct_sysctl_header; | ||
24 | #endif | 26 | #endif |
25 | int hash_vmalloc; | 27 | int hash_vmalloc; |
26 | int expect_vmalloc; | 28 | int expect_vmalloc; |