|
API Reference Manual 1.51.0
|
Packet IO output queue specific statistics counters. More...
#include <packet_io_stats.h>
Data Fields | |
| uint64_t | octets |
| See odp_pktio_stats_t::out_octets. | |
| uint64_t | packets |
| See odp_pktio_stats_t::out_packets. | |
| uint64_t | discards |
| See odp_pktio_stats_t::out_discards. | |
| uint64_t | errors |
| See odp_pktio_stats_t::out_errors. | |
Packet IO output queue specific statistics counters.
Statistics counters for an individual packet output queue. Refer to packet IO level statistics odp_pktio_stats_t for counter definitions.
Definition at line 122 of file spec/packet_io_stats.h.
| uint64_t odp_pktout_queue_stats_t::octets |
See odp_pktio_stats_t::out_octets.
Definition at line 124 of file spec/packet_io_stats.h.
| uint64_t odp_pktout_queue_stats_t::packets |
See odp_pktio_stats_t::out_packets.
Definition at line 127 of file spec/packet_io_stats.h.
| uint64_t odp_pktout_queue_stats_t::discards |
See odp_pktio_stats_t::out_discards.
Definition at line 130 of file spec/packet_io_stats.h.
| uint64_t odp_pktout_queue_stats_t::errors |
See odp_pktio_stats_t::out_errors.
Definition at line 133 of file spec/packet_io_stats.h.