FreeBSD kernel netgraph code
ng_deflate_private Struct Reference
Collaboration diagram for ng_deflate_private:

Data Fields

struct ng_deflate_config cfg
 
u_char inbuf [DEFLATE_BUF_SIZE]
 
u_char outbuf [DEFLATE_BUF_SIZE]
 
z_stream cx
 
struct ng_deflate_stats stats
 
ng_ID_t ctrlnode
 
uint16_t seqnum
 
u_char compress
 

Detailed Description

Definition at line 64 of file ng_deflate.c.

Field Documentation

◆ cfg

struct ng_deflate_config ng_deflate_private::cfg

Definition at line 65 of file ng_deflate.c.

◆ compress

u_char ng_deflate_private::compress

Definition at line 72 of file ng_deflate.c.

◆ ctrlnode

ng_ID_t ng_deflate_private::ctrlnode

Definition at line 70 of file ng_deflate.c.

◆ cx

z_stream ng_deflate_private::cx

Definition at line 68 of file ng_deflate.c.

◆ inbuf

u_char ng_deflate_private::inbuf[DEFLATE_BUF_SIZE]

Definition at line 66 of file ng_deflate.c.

◆ outbuf

u_char ng_deflate_private::outbuf[DEFLATE_BUF_SIZE]

Definition at line 67 of file ng_deflate.c.

◆ seqnum

uint16_t ng_deflate_private::seqnum

Definition at line 71 of file ng_deflate.c.

◆ stats

struct ng_deflate_stats ng_deflate_private::stats

Definition at line 69 of file ng_deflate.c.


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