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

Data Fields

hook_p in
 
hook_p out
 
uint8_t dlt
 
struct ng_patch_stats stats
 
struct ng_patch_configconf
 

Detailed Description

Definition at line 51 of file ng_patch.c.

Field Documentation

◆ conf

struct ng_patch_config* ng_patch_priv::conf

Definition at line 56 of file ng_patch.c.

◆ dlt

uint8_t ng_patch_priv::dlt

Definition at line 54 of file ng_patch.c.

◆ in

hook_p ng_patch_priv::in

Definition at line 52 of file ng_patch.c.

◆ out

hook_p ng_patch_priv::out

Definition at line 53 of file ng_patch.c.

◆ stats

struct ng_patch_stats ng_patch_priv::stats

Definition at line 55 of file ng_patch.c.


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