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

Ethernet checksum statistics. More...

#include <net_stats.h>

Data Fields

net_stats_t rx_csum_offload_good
 Number of good RX checksum offloading.
 
net_stats_t rx_csum_offload_errors
 Number of failed RX checksum offloading.
 

Detailed Description

Ethernet checksum statistics.

Field Documentation

◆ rx_csum_offload_errors

net_stats_t net_stats_eth_csum::rx_csum_offload_errors

Number of failed RX checksum offloading.

◆ rx_csum_offload_good

net_stats_t net_stats_eth_csum::rx_csum_offload_good

Number of good RX checksum offloading.


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