hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/include/net/netns/mib.h
....@@ -24,6 +24,12 @@
2424 #ifdef CONFIG_XFRM_STATISTICS
2525 DEFINE_SNMP_STAT(struct linux_xfrm_mib, xfrm_statistics);
2626 #endif
27
+#if IS_ENABLED(CONFIG_TLS)
28
+ DEFINE_SNMP_STAT(struct linux_tls_mib, tls_statistics);
29
+#endif
30
+#ifdef CONFIG_MPTCP
31
+ DEFINE_SNMP_STAT(struct mptcp_mib, mptcp_statistics);
32
+#endif
2733 };
2834
2935 #endif