FreeBSD kernel netgraph code
ng_deflate_stats Struct Reference

#include <ng_deflate.h>

Data Fields

uint64_t FramesPlain
 
uint64_t FramesComp
 
uint64_t FramesUncomp
 
uint64_t InOctets
 
uint64_t OutOctets
 
uint64_t Errors
 

Detailed Description

Definition at line 57 of file ng_deflate.h.

Field Documentation

◆ Errors

uint64_t ng_deflate_stats::Errors

Definition at line 63 of file ng_deflate.h.

◆ FramesComp

uint64_t ng_deflate_stats::FramesComp

Definition at line 59 of file ng_deflate.h.

◆ FramesPlain

uint64_t ng_deflate_stats::FramesPlain

Definition at line 58 of file ng_deflate.h.

◆ FramesUncomp

uint64_t ng_deflate_stats::FramesUncomp

Definition at line 60 of file ng_deflate.h.

◆ InOctets

uint64_t ng_deflate_stats::InOctets

Definition at line 61 of file ng_deflate.h.

◆ OutOctets

uint64_t ng_deflate_stats::OutOctets

Definition at line 62 of file ng_deflate.h.


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