|
API Reference Manual
1.48.0
|
ODP Proto Stats. More...
#include <odp/visibility_begin.h>#include <odp/api/proto_stats_types.h>#include <odp/visibility_end.h>Go to the source code of this file.
Functions | |
| void | odp_proto_stats_param_init (odp_proto_stats_param_t *param) |
| Initialize proto stats parameters. More... | |
| int | odp_proto_stats_capability (odp_pktio_t pktio, odp_proto_stats_capability_t *capa) |
| Get proto stats capability. More... | |
| odp_proto_stats_t | odp_proto_stats_create (const char *name, const odp_proto_stats_param_t *param) |
| Create a proto stats object. More... | |
| odp_proto_stats_t | odp_proto_stats_lookup (const char *name) |
| Lookup a proto stats object by name. More... | |
| int | odp_proto_stats_destroy (odp_proto_stats_t stat) |
| Destroy a proto stats object. More... | |
| int | odp_proto_stats (odp_proto_stats_t stat, odp_proto_stats_data_t *data) |
| Get all proto stats counters. More... | |
| void | odp_proto_stats_print (odp_proto_stats_t stat) |
| Print proto stats object info to ODP log. More... | |
ODP Proto Stats.
Definition in file api/spec/proto_stats.h.