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

Network packet transfer times for calculating average TX time. More...

#include <net_stats.h>

Data Fields

uint64_t sum
 Sum of network packet transfer times.
 
net_stats_t count
 Number of network packets transferred.
 

Detailed Description

Network packet transfer times for calculating average TX time.

Field Documentation

◆ count

net_stats_t net_stats_tx_time::count

Number of network packets transferred.

◆ sum

uint64_t net_stats_tx_time::sum

Sum of network packet transfer times.


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