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

Network packet receive times for calculating average RX time. More...

#include <net_stats.h>

Data Fields

uint64_t sum
 Sum of network packet receive times.
 
net_stats_t count
 Number of network packets received.
 

Detailed Description

Network packet receive times for calculating average RX time.

Field Documentation

◆ count

net_stats_t net_stats_rx_time::count

Number of network packets received.

◆ sum

uint64_t net_stats_rx_time::sum

Sum of network packet receive times.


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