FreeBSD kernel netgraph code
stats Struct Reference

Data Fields

uint64_t in_packets
 
uint64_t out_packets
 
uint64_t aa_signals
 
uint64_t errors
 
uint64_t data_delivered
 
uint64_t aa_dropped
 
uint64_t maa_dropped
 
uint64_t maa_signals
 
uint64_t in_dropped
 
uint64_t out_dropped
 

Detailed Description

Definition at line 74 of file ng_sscop.c.

Field Documentation

◆ aa_dropped

uint64_t stats::aa_dropped

Definition at line 80 of file ng_sscop.c.

Referenced by sscop_send_upper(), and text_status().

◆ aa_signals

uint64_t stats::aa_signals

Definition at line 77 of file ng_sscop.c.

Referenced by sscop_send_upper(), and text_status().

◆ data_delivered

uint64_t stats::data_delivered

Definition at line 79 of file ng_sscop.c.

Referenced by sscop_send_upper(), and text_status().

◆ errors

uint64_t stats::errors

Definition at line 78 of file ng_sscop.c.

Referenced by sscop_send_manage(), and text_status().

◆ in_dropped

uint64_t stats::in_dropped

Definition at line 83 of file ng_sscop.c.

Referenced by ng_sscop_rcvlower(), and text_status().

◆ in_packets

uint64_t stats::in_packets

Definition at line 75 of file ng_sscop.c.

Referenced by ng_sscop_rcvlower(), and text_status().

◆ maa_dropped

uint64_t stats::maa_dropped

Definition at line 81 of file ng_sscop.c.

Referenced by sscop_send_manage(), and text_status().

◆ maa_signals

uint64_t stats::maa_signals

Definition at line 82 of file ng_sscop.c.

Referenced by sscop_send_manage(), and text_status().

◆ out_dropped

uint64_t stats::out_dropped

Definition at line 84 of file ng_sscop.c.

Referenced by sscop_send_lower(), and text_status().

◆ out_packets

uint64_t stats::out_packets

Definition at line 76 of file ng_sscop.c.

Referenced by sscop_send_lower(), and text_status().


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