sctp: Make the mib per network namespace
[deliverable/linux.git] / include / net / netns / sctp.h
index 9c20a82a77ec8b493aedd44e111a73467f571343..06ccddf9566c7f9ce1efa79c0a767ba07d4c3fe2 100644 (file)
@@ -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
This page took 0.026173 seconds and 5 git commands to generate.