Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_stats_tc Struct Reference

Traffic class statistics. More...

#include <net_stats.h>

Data Fields

struct { 
 
   struct net_stats_tx_time   tx_time 
 Helper for calculating average TX time statistics. More...
 
   net_stats_t   pkts 
 Number of packets sent for this traffic class. More...
 
   net_stats_t   bytes 
 Number of bytes sent for this traffic class. More...
 
   uint8_t   priority 
 Priority of this traffic class. More...
 
sent [NET_TC_TX_STATS_COUNT] 
 TX statistics for each traffic class.
 
struct { 
 
   struct net_stats_rx_time   rx_time 
 Helper for calculating average RX time statistics. More...
 
   net_stats_t   pkts 
 Number of packets received for this traffic class. More...
 
   net_stats_t   bytes 
 Number of bytes received for this traffic class. More...
 
   uint8_t   priority 
 Priority of this traffic class. More...
 
recv [NET_TC_RX_STATS_COUNT] 
 RX statistics for each traffic class.
 

Detailed Description

Traffic class statistics.

Field Documentation

◆ bytes

net_stats_t net_stats_tc::bytes

Number of bytes sent for this traffic class.

Number of bytes received for this traffic class.

◆ pkts

net_stats_t net_stats_tc::pkts

Number of packets sent for this traffic class.

Number of packets received for this traffic class.

◆ priority

uint8_t net_stats_tc::priority

Priority of this traffic class.

◆ [struct]

struct { ... } net_stats_tc::recv[NET_TC_RX_STATS_COUNT]

RX statistics for each traffic class.

◆ rx_time

struct net_stats_rx_time net_stats_tc::rx_time

Helper for calculating average RX time statistics.

◆ [struct]

struct { ... } net_stats_tc::sent[NET_TC_TX_STATS_COUNT]

TX statistics for each traffic class.

◆ tx_time

struct net_stats_tx_time net_stats_tc::tx_time

Helper for calculating average TX time statistics.


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