Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Network packet filter statistics. More...
#include <net_stats.h>
Data Fields | ||
struct { | ||
net_stats_t drop | ||
Network packets dropped at network interface level. More... | ||
} | rx | |
Network packet filter RX statistics. | ||
struct { | ||
net_stats_t drop | ||
Network packets dropped at network interface level. More... | ||
} | tx | |
Network packet filter TX statistics. | ||
Network packet filter statistics.
net_stats_t net_stats_pkt_filter::drop |
Network packets dropped at network interface level.
struct { ... } net_stats_pkt_filter::rx |
Network packet filter RX statistics.
struct { ... } net_stats_pkt_filter::tx |
Network packet filter TX statistics.