mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-21 14:21:48 +00:00
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:
parent
9ec1c6ac27
commit
d26b698dd3
8 changed files with 110 additions and 1 deletions
|
@ -323,4 +323,11 @@ enum
|
|||
__LINUX_MIB_XFRMMAX
|
||||
};
|
||||
|
||||
/* linux TLS mib definitions */
|
||||
enum
|
||||
{
|
||||
LINUX_MIB_TLSNUM = 0,
|
||||
__LINUX_MIB_TLSMAX
|
||||
};
|
||||
|
||||
#endif /* _LINUX_SNMP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue