FreeBSD kernel netgraph code
ng_one2many_link_stats Struct Reference

#include <ng_one2many.h>

Data Fields

u_int64_t recvOctets
 
u_int64_t recvPackets
 
u_int64_t xmitOctets
 
u_int64_t xmitPackets
 
u_int64_t memoryFailures
 

Detailed Description

Definition at line 86 of file ng_one2many.h.

Field Documentation

◆ memoryFailures

u_int64_t ng_one2many_link_stats::memoryFailures

Definition at line 91 of file ng_one2many.h.

Referenced by ng_one2many_rcvdata().

◆ recvOctets

u_int64_t ng_one2many_link_stats::recvOctets

Definition at line 87 of file ng_one2many.h.

Referenced by ng_one2many_rcvdata().

◆ recvPackets

u_int64_t ng_one2many_link_stats::recvPackets

Definition at line 88 of file ng_one2many.h.

Referenced by ng_one2many_rcvdata().

◆ xmitOctets

u_int64_t ng_one2many_link_stats::xmitOctets

Definition at line 89 of file ng_one2many.h.

Referenced by ng_one2many_rcvdata().

◆ xmitPackets

u_int64_t ng_one2many_link_stats::xmitPackets

Definition at line 90 of file ng_one2many.h.

Referenced by ng_one2many_rcvdata().


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