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

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.
 

Detailed Description

TM node statistics capabilities.

Definition at line 255 of file api/spec/traffic_mngr.h.

Field Documentation

◆ discards

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.

◆ discard_octets

uint64_t odp_tm_node_stats_capability_t::discard_octets

◆ packets

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.

◆ octets

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.

◆ all_counters

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.


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