FreeBSD kernel netgraph code
ng_ubt_node_stat_ep Struct Reference

#include <ng_ubt.h>

Data Fields

u_int32_t pckts_recv
 
u_int32_t bytes_recv
 
u_int32_t pckts_sent
 
u_int32_t bytes_sent
 
u_int32_t oerrors
 
u_int32_t ierrors
 

Detailed Description

Definition at line 78 of file ng_ubt.h.

Field Documentation

◆ bytes_recv

u_int32_t ng_ubt_node_stat_ep::bytes_recv

Definition at line 80 of file ng_ubt.h.

◆ bytes_sent

u_int32_t ng_ubt_node_stat_ep::bytes_sent

Definition at line 82 of file ng_ubt.h.

◆ ierrors

u_int32_t ng_ubt_node_stat_ep::ierrors

Definition at line 84 of file ng_ubt.h.

◆ oerrors

u_int32_t ng_ubt_node_stat_ep::oerrors

Definition at line 83 of file ng_ubt.h.

◆ pckts_recv

u_int32_t ng_ubt_node_stat_ep::pckts_recv

Definition at line 79 of file ng_ubt.h.

◆ pckts_sent

u_int32_t ng_ubt_node_stat_ep::pckts_sent

Definition at line 81 of file ng_ubt.h.


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