net/tls: add skeleton of MIB statistics

Add a skeleton structure for adding TLS statistics.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jakub Kicinski 2019-10-04 16:19:24 -07:00 committed by David S. Miller
parent 9ec1c6ac27
commit d26b698dd3
8 changed files with 110 additions and 1 deletions

View file

@ -323,4 +323,11 @@ enum
__LINUX_MIB_XFRMMAX
};
/* linux TLS mib definitions */
enum
{
LINUX_MIB_TLSNUM = 0,
__LINUX_MIB_TLSMAX
};
#endif /* _LINUX_SNMP_H */