FreeBSD kernel netgraph code
ng_async_stat Struct Reference

#include <ng_async.h>

Data Fields

u_int32_t syncOctets
 
u_int32_t syncFrames
 
u_int32_t syncOverflows
 
u_int32_t asyncOctets
 
u_int32_t asyncFrames
 
u_int32_t asyncRunts
 
u_int32_t asyncOverflows
 
u_int32_t asyncBadCheckSums
 

Detailed Description

Definition at line 61 of file ng_async.h.

Field Documentation

◆ asyncBadCheckSums

u_int32_t ng_async_stat::asyncBadCheckSums

Definition at line 69 of file ng_async.h.

Referenced by nga_rcv_async().

◆ asyncFrames

u_int32_t ng_async_stat::asyncFrames

Definition at line 66 of file ng_async.h.

Referenced by nga_rcv_async().

◆ asyncOctets

u_int32_t ng_async_stat::asyncOctets

Definition at line 65 of file ng_async.h.

Referenced by nga_rcv_async().

◆ asyncOverflows

u_int32_t ng_async_stat::asyncOverflows

Definition at line 68 of file ng_async.h.

Referenced by nga_rcv_async().

◆ asyncRunts

u_int32_t ng_async_stat::asyncRunts

Definition at line 67 of file ng_async.h.

Referenced by nga_rcv_async().

◆ syncFrames

u_int32_t ng_async_stat::syncFrames

Definition at line 63 of file ng_async.h.

Referenced by nga_rcv_sync().

◆ syncOctets

u_int32_t ng_async_stat::syncOctets

Definition at line 62 of file ng_async.h.

Referenced by nga_rcv_sync().

◆ syncOverflows

u_int32_t ng_async_stat::syncOverflows

Definition at line 64 of file ng_async.h.

Referenced by nga_rcv_sync().


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