sctp: Make the mib per network namespace
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
bb2db45b54
commit
b01a24078f
@@ -3,8 +3,11 @@
|
||||
|
||||
struct sock;
|
||||
struct proc_dir_entry;
|
||||
struct sctp_mib;
|
||||
|
||||
struct netns_sctp {
|
||||
DEFINE_SNMP_STAT(struct sctp_mib, sctp_statistics);
|
||||
|
||||
#ifdef CONFIG_PROC_FS
|
||||
struct proc_dir_entry *proc_net_sctp;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user