API Reference Manual
1.46.0
|
Packet IO statistics capabilities. More...
#include <packet_io_stats.h>
Packet IO statistics capabilities.
Definition at line 140 of file spec/packet_io_stats.h.
uint64_t odp_pktio_stats_capability_t::all_counters |
All bits of the bit field structure.
This field can be used to set/clear all flags, or for bitwise operations over the entire structure.
Definition at line 194 of file spec/packet_io_stats.h.
uint64_t odp_pktio_stats_capability_t::octets |
See odp_pktin_queue_stats_t::octets.
See odp_pktout_queue_stats_t::octets.
Definition at line 205 of file spec/packet_io_stats.h.
uint64_t odp_pktio_stats_capability_t::packets |
See odp_pktin_queue_stats_t::packets.
See odp_pktout_queue_stats_t::packets.
Definition at line 208 of file spec/packet_io_stats.h.
uint64_t odp_pktio_stats_capability_t::discards |
See odp_pktin_queue_stats_t::discards.
See odp_pktout_queue_stats_t::discards.
Definition at line 211 of file spec/packet_io_stats.h.
uint64_t odp_pktio_stats_capability_t::errors |
See odp_pktin_queue_stats_t::errors.
See odp_pktout_queue_stats_t::errors.
Definition at line 214 of file spec/packet_io_stats.h.