Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_stats_eth Struct Reference

All Ethernet specific statistics. More...

#include <net_stats.h>

Data Fields

struct net_stats_bytes bytes
 
struct net_stats_pkts pkts
 
struct net_stats_pkts broadcast
 
struct net_stats_pkts multicast
 
struct net_stats_pkts errors
 
struct net_stats_eth_errors error_details
 
struct net_stats_eth_flow flow_control
 
struct net_stats_eth_csum csum
 
struct net_stats_eth_hw_timestamp hw_timestamp
 
net_stats_t collisions
 
net_stats_t tx_dropped
 
net_stats_t tx_timeout_count
 
net_stats_t tx_restart_queue
 
net_stats_t unknown_protocol
 

Detailed Description

All Ethernet specific statistics.

Field Documentation

◆ broadcast

struct net_stats_pkts net_stats_eth::broadcast

◆ bytes

struct net_stats_bytes net_stats_eth::bytes

◆ collisions

net_stats_t net_stats_eth::collisions

◆ csum

struct net_stats_eth_csum net_stats_eth::csum

◆ error_details

struct net_stats_eth_errors net_stats_eth::error_details

◆ errors

struct net_stats_pkts net_stats_eth::errors

◆ flow_control

struct net_stats_eth_flow net_stats_eth::flow_control

◆ hw_timestamp

struct net_stats_eth_hw_timestamp net_stats_eth::hw_timestamp

◆ multicast

struct net_stats_pkts net_stats_eth::multicast

◆ pkts

struct net_stats_pkts net_stats_eth::pkts

◆ tx_dropped

net_stats_t net_stats_eth::tx_dropped

◆ tx_restart_queue

net_stats_t net_stats_eth::tx_restart_queue

◆ tx_timeout_count

net_stats_t net_stats_eth::tx_timeout_count

◆ unknown_protocol

net_stats_t net_stats_eth::unknown_protocol

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