aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/sctp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/netns/sctp.h b/include/net/netns/sctp.h
index 29e36b4b4feb..9c20a82a77ec 100644
--- a/include/net/netns/sctp.h
+++ b/include/net/netns/sctp.h
@@ -2,8 +2,13 @@
2#define __NETNS_SCTP_H__ 2#define __NETNS_SCTP_H__
3 3
4struct sock; 4struct sock;
5struct proc_dir_entry;
5 6
6struct netns_sctp { 7struct netns_sctp {
8#ifdef CONFIG_PROC_FS
9 struct proc_dir_entry *proc_net_sctp;
10#endif
11
7 /* This is the global socket data structure used for responding to 12 /* This is the global socket data structure used for responding to
8 * the Out-of-the-blue (OOTB) packets. A control sock will be created 13 * the Out-of-the-blue (OOTB) packets. A control sock will be created
9 * for this socket at the initialization time. 14 * for this socket at the initialization time.