API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_proto_stats_capability_t Struct Reference

Proto stats capabilities. More...

#include <proto_stats_types.h>

Collaboration diagram for odp_proto_stats_capability_t:
[legend]

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.
 

Detailed Description

Proto stats capabilities.

Examples
odp_sysinfo.c.

Definition at line 90 of file api/spec/proto_stats_types.h.

Field Documentation

◆ counters

odp_proto_stats_counters_t odp_proto_stats_capability_t::counters

Stats counters supported.

Examples
odp_sysinfo.c.

Definition at line 94 of file api/spec/proto_stats_types.h.

◆ oct_count0_adj

odp_bool_t odp_proto_stats_capability_t::oct_count0_adj

Packet adjust support for Octet counter 0.

Examples
odp_sysinfo.c.

Definition at line 97 of file api/spec/proto_stats_types.h.

◆ oct_count1_adj

odp_bool_t odp_proto_stats_capability_t::oct_count1_adj

Packet adjust support for Octet counter 1.

Examples
odp_sysinfo.c.

Definition at line 100 of file api/spec/proto_stats_types.h.


The documentation for this struct was generated from the following file: