hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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