diff options
Diffstat (limited to 'include/net/netns/sctp.h')
-rw-r--r-- | include/net/netns/sctp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netns/sctp.h b/include/net/netns/sctp.h index 9c20a82a77ec..06ccddf9566c 100644 --- a/include/net/netns/sctp.h +++ b/include/net/netns/sctp.h | |||
@@ -3,8 +3,11 @@ | |||
3 | 3 | ||
4 | struct sock; | 4 | struct sock; |
5 | struct proc_dir_entry; | 5 | struct proc_dir_entry; |
6 | struct sctp_mib; | ||
6 | 7 | ||
7 | struct netns_sctp { | 8 | struct netns_sctp { |
9 | DEFINE_SNMP_STAT(struct sctp_mib, sctp_statistics); | ||
10 | |||
8 | #ifdef CONFIG_PROC_FS | 11 | #ifdef CONFIG_PROC_FS |
9 | struct proc_dir_entry *proc_net_sctp; | 12 | struct proc_dir_entry *proc_net_sctp; |
10 | #endif | 13 | #endif |