Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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: