commit | 5c5ec66858062a857cf51f57cbe52b36330f7ae6 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Fri Oct 04 16:19:26 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 05 16:29:00 2019 -0700 |
tree | a7d922225f90535c71f7aafa67cc411b744dea06 | |
parent | b32fd3cc31d723bf2ab859667be3612c0086ec72 [diff] |
net/tls: add TlsDecryptError stat Add a statistic for TLS record decryption errors. Since devices are supposed to pass records as-is when they encounter errors this statistic will count bad records in both pure software and inline crypto configurations. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>