|
API Reference Manual 1.51.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. | |
IPSEC stats content.
Definition at line 1022 of file api/spec/ipsec_types.h.
| uint64_t odp_ipsec_stats_t::success |
Number of packets processed successfully.
Definition at line 1024 of file api/spec/ipsec_types.h.
| uint64_t odp_ipsec_stats_t::proto_err |
Number of packets with protocol errors.
Definition at line 1027 of file api/spec/ipsec_types.h.
| uint64_t odp_ipsec_stats_t::auth_err |
Number of packets with authentication errors.
Definition at line 1030 of file api/spec/ipsec_types.h.
| uint64_t odp_ipsec_stats_t::antireplay_err |
Number of packets with antireplay check failures.
Definition at line 1033 of file api/spec/ipsec_types.h.
| uint64_t odp_ipsec_stats_t::alg_err |
Number of packets with algorithm errors.
Definition at line 1036 of file api/spec/ipsec_types.h.
| uint64_t odp_ipsec_stats_t::mtu_err |
Number of packets with MTU errors.
Definition at line 1039 of file api/spec/ipsec_types.h.
| uint64_t odp_ipsec_stats_t::hard_exp_bytes_err |
Number of packets with hard lifetime(bytes) expired.
Definition at line 1042 of file api/spec/ipsec_types.h.
| uint64_t odp_ipsec_stats_t::hard_exp_pkts_err |
Number of packets with hard lifetime(packets) expired.
Definition at line 1045 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 1054 of file api/spec/ipsec_types.h.