forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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