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

Data Fields

hook_p out
 
hook_p in
 
hook_p mixed
 
node_p node
 

Detailed Description

Definition at line 68 of file ng_split.c.

Field Documentation

◆ in

hook_p ng_split_private::in

Definition at line 70 of file ng_split.c.

◆ mixed

hook_p ng_split_private::mixed

Definition at line 71 of file ng_split.c.

◆ node

node_p ng_split_private::node

Definition at line 72 of file ng_split.c.

Referenced by ng_split_constructor(), ng_split_newhook(), and ng_split_shutdown().

◆ out

hook_p ng_split_private::out

Definition at line 69 of file ng_split.c.


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