]> www.infradead.org Git - users/dwmw2/linux.git/commit
tls: add counters for rekey
authorSabrina Dubroca <sd@queasysnail.net>
Thu, 12 Dec 2024 15:36:06 +0000 (16:36 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Dec 2024 12:47:30 +0000 (12:47 +0000)
commit510128b30f2db1600172e9aaec44f66db3c16e15
tree0a78573fa9fc0748281b4d69569b9aa4fc326c08
parent47069594e67e882ec5c1d8d374f6aab037511509
tls: add counters for rekey

This introduces 5 counters to keep track of key updates:
Tls{Rx,Tx}Rekey{Ok,Error} and TlsRxRekeyReceived.

Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/snmp.h
net/tls/tls_main.c
net/tls/tls_proc.c
net/tls/tls_sw.c