Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
net_stats_pkt_filter Struct Reference

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.

Detailed Description

Network packet filter statistics.

Field Documentation

◆ drop

net_stats_t net_stats_pkt_filter::drop

Network packets dropped at network interface level.

◆ [struct]

struct { ... } net_stats_pkt_filter::rx

Network packet filter RX statistics.

◆ [struct]

struct { ... } net_stats_pkt_filter::tx

Network packet filter TX statistics.


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