|
API Reference Manual 1.51.0
|
Proto stats capabilities. More...
#include <proto_stats_types.h>
Data Fields | ||
| struct { | ||
| odp_proto_stats_counters_t counters | ||
| Stats counters supported. More... | ||
| odp_bool_t oct_count0_adj | ||
| Packet adjust support for Octet counter 0. More... | ||
| odp_bool_t oct_count1_adj | ||
| Packet adjust support for Octet counter 1. More... | ||
| } | tx | |
| Tx capabilities. | ||
Proto stats capabilities.
Definition at line 90 of file api/spec/proto_stats_types.h.
| odp_proto_stats_counters_t odp_proto_stats_capability_t::counters |
Stats counters supported.
Definition at line 94 of file api/spec/proto_stats_types.h.
| odp_bool_t odp_proto_stats_capability_t::oct_count0_adj |
Packet adjust support for Octet counter 0.
Definition at line 97 of file api/spec/proto_stats_types.h.
| odp_bool_t odp_proto_stats_capability_t::oct_count1_adj |
Packet adjust support for Octet counter 1.
Definition at line 100 of file api/spec/proto_stats_types.h.