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

ODP proto stats counters. More...

#include <proto_stats_types.h>

Data Fields

uint64_t tx_pkts
 Packet sent count.
 
uint64_t tx_pkt_drops
 Packet drop count.
 
uint64_t tx_oct_count0
 Packet sent Octet counter 0.
 
uint64_t tx_oct_count0_drops
 Packet drop Octet counter 0.
 
uint64_t tx_oct_count1
 Packet sent octet counter 1.
 
uint64_t tx_oct_count1_drops
 Packet drop octet counter 1.
 

Detailed Description

ODP proto stats counters.

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

Field Documentation

◆ tx_pkts

uint64_t odp_proto_stats_data_t::tx_pkts

Packet sent count.

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

◆ tx_pkt_drops

uint64_t odp_proto_stats_data_t::tx_pkt_drops

Packet drop count.

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

◆ tx_oct_count0

uint64_t odp_proto_stats_data_t::tx_oct_count0

Packet sent Octet counter 0.

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

◆ tx_oct_count0_drops

uint64_t odp_proto_stats_data_t::tx_oct_count0_drops

Packet drop Octet counter 0.

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

◆ tx_oct_count1

uint64_t odp_proto_stats_data_t::tx_oct_count1

Packet sent octet counter 1.

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

◆ tx_oct_count1_drops

uint64_t odp_proto_stats_data_t::tx_oct_count1_drops

Packet drop octet counter 1.

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


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