|
API Reference Manual 1.51.0
|
ODP proto stats counters. More...
#include <proto_stats_types.h>
Data Fields | |
| uint64_t | tx_pkts |
| Packet sent count. | |
| uint64_t | tx_pkt_drops |
| Packet drop count. | |
| uint64_t | tx_oct_count0 |
| Packet sent Octet counter 0. | |
| uint64_t | tx_oct_count0_drops |
| Packet drop Octet counter 0. | |
| uint64_t | tx_oct_count1 |
| Packet sent octet counter 1. | |
| uint64_t | tx_oct_count1_drops |
| Packet drop octet counter 1. | |
ODP proto stats counters.
Definition at line 105 of file api/spec/proto_stats_types.h.
| uint64_t odp_proto_stats_data_t::tx_pkts |
Packet sent count.
Definition at line 107 of file api/spec/proto_stats_types.h.
| uint64_t odp_proto_stats_data_t::tx_pkt_drops |
Packet drop count.
Definition at line 110 of file api/spec/proto_stats_types.h.
| uint64_t odp_proto_stats_data_t::tx_oct_count0 |
Packet sent Octet counter 0.
Definition at line 113 of file api/spec/proto_stats_types.h.
| uint64_t odp_proto_stats_data_t::tx_oct_count0_drops |
Packet drop Octet counter 0.
Definition at line 116 of file api/spec/proto_stats_types.h.
| uint64_t odp_proto_stats_data_t::tx_oct_count1 |
Packet sent octet counter 1.
Definition at line 119 of file api/spec/proto_stats_types.h.
| uint64_t odp_proto_stats_data_t::tx_oct_count1_drops |
Packet drop octet counter 1.
Definition at line 122 of file api/spec/proto_stats_types.h.