API Reference Manual
1.46.0
|
IPSEC stats content. More...
#include <ipsec_types.h>
Data Fields | |
uint64_t | success |
Number of packets processed successfully. | |
uint64_t | proto_err |
Number of packets with protocol errors. | |
uint64_t | auth_err |
Number of packets with authentication errors. | |
uint64_t | antireplay_err |
Number of packets with antireplay check failures. | |
uint64_t | alg_err |
Number of packets with algorithm errors. | |
uint64_t | mtu_err |
Number of packets with MTU errors. | |
uint64_t | hard_exp_bytes_err |
Number of packets with hard lifetime(bytes) expired. | |
uint64_t | hard_exp_pkts_err |
Number of packets with hard lifetime(packets) expired. | |
uint64_t | success_bytes |
Total bytes of packet data processed by IPsec SA in success cases. More... | |
IPSEC stats content.
Definition at line 986 of file api/spec/ipsec_types.h.
uint64_t odp_ipsec_stats_t::success_bytes |
Total bytes of packet data processed by IPsec SA in success cases.
The range of packet bytes included in the success_bytes count is implementation defined but includes at least the bytes input for encryption or bytes output after decryption in ESP or the bytes authenticated in AH.
Definition at line 1018 of file api/spec/ipsec_types.h.