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

TM node specific statistics counters. More...

#include <traffic_mngr.h>

Data Fields

uint64_t discards
 Number of discarded packets.
 
uint64_t discard_octets
 Number of octets in discarded packets.
 
uint64_t packets
 Number of successfully processed packets.
 
uint64_t octets
 Number of octets in successfully processed packets.
 

Detailed Description

TM node specific statistics counters.

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

Field Documentation

◆ discards

uint64_t odp_tm_node_stats_t::discards

Number of discarded packets.

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

◆ discard_octets

uint64_t odp_tm_node_stats_t::discard_octets

Number of octets in discarded packets.

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

◆ packets

uint64_t odp_tm_node_stats_t::packets

Number of successfully processed packets.

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

◆ octets

uint64_t odp_tm_node_stats_t::octets

Number of octets in successfully processed packets.

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


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