Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
net_stats Struct Reference

All network statistics in one struct. More...

#include <net_stats.h>

Data Fields

net_stats_t processing_error
 
struct net_stats_bytes bytes
 
struct net_stats_ip_errors ip_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: