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

All network statistics in one struct. More...

#include <net_stats.h>

Data Fields

net_stats_t processing_error
 Count of malformed packets or packets we do not have handler for.
 
struct net_stats_bytes bytes
 This calculates amount of data transferred through all the network interfaces.
 
struct net_stats_ip_errors ip_errors
 IP layer errors.
 

Detailed Description

All network statistics in one struct.

Field Documentation

◆ bytes

struct net_stats_bytes net_stats::bytes

This calculates amount of data transferred through all the network interfaces.

◆ ip_errors

struct net_stats_ip_errors net_stats::ip_errors

IP layer errors.

◆ processing_error

net_stats_t net_stats::processing_error

Count of malformed packets or packets we do not have handler for.


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