Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
|
|
4.2.0-rc2 |
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.