Zephyr API Documentation  3.6.99
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
 
   net_stats_t   pkts
 
   net_stats_t   bytes
 
   uint8_t   priority
 
sent [1]
 
struct {
   struct net_stats_rx_time   rx_time
 
   net_stats_t   pkts
 
   net_stats_t   bytes
 
   uint8_t   priority
 
recv [1]
 

Detailed Description

Traffic class statistics.

Field Documentation

◆ bytes

net_stats_t net_stats_tc::bytes

◆ pkts

net_stats_t net_stats_tc::pkts

◆ priority

uint8_t net_stats_tc::priority

◆ 

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

◆ rx_time

struct net_stats_rx_time net_stats_tc::rx_time

◆ 

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

◆ tx_time

struct net_stats_tx_time net_stats_tc::tx_time

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