|
API Reference Manual 1.51.0
|
TM node statistics capabilities. More...
#include <traffic_mngr.h>
Data Fields | ||
| union { | ||
| struct { | ||
| uint64_t discards: 1 | ||
| See odp_tm_node_stats_t::discards. More... | ||
| uint64_t discard_octets: 1 | ||
| See odp_tm_node_stats_t::discard_octets. More... | ||
| uint64_t packets: 1 | ||
| See odp_tm_node_stats_t::packets. More... | ||
| uint64_t octets: 1 | ||
| See odp_tm_node_stats_t::octets. More... | ||
| } counter | ||
| Statistics counters in a bit field struct. | ||
| uint64_t all_counters | ||
| All bits of the bit field structure. More... | ||
| }; | ||
| Supported counters. | ||
TM node statistics capabilities.
Definition at line 255 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_node_stats_capability_t::discards |
See odp_tm_node_stats_t::discards.
Definition at line 261 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_node_stats_capability_t::discard_octets |
See odp_tm_node_stats_t::discard_octets.
Definition at line 264 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_node_stats_capability_t::packets |
See odp_tm_node_stats_t::packets.
Definition at line 267 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_node_stats_capability_t::octets |
See odp_tm_node_stats_t::octets.
Definition at line 270 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_node_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 278 of file api/spec/traffic_mngr.h.