kernel/include/net/netns/mib.h
.. .. @@ -24,6 +24,12 @@ 24 24 #ifdef CONFIG_XFRM_STATISTICS 25 25 DEFINE_SNMP_STAT(struct linux_xfrm_mib, xfrm_statistics); 26 26 #endif 27 +#if IS_ENABLED(CONFIG_TLS)28 + DEFINE_SNMP_STAT(struct linux_tls_mib, tls_statistics);29 +#endif30 +#ifdef CONFIG_MPTCP31 + DEFINE_SNMP_STAT(struct mptcp_mib, mptcp_statistics);32 +#endif27 33 }; 28 34 29 35 #endif