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

Data Fields

node_p node
 
struct ng_one2many_config conf
 
struct ng_one2many_link one
 
struct ng_one2many_link many [NG_ONE2MANY_MAX_LINKS]
 
u_int16_t nextMany
 
u_int16_t numActiveMany
 
u_int16_t activeMany [NG_ONE2MANY_MAX_LINKS]
 

Detailed Description

Definition at line 71 of file ng_one2many.c.

Field Documentation

◆ activeMany

u_int16_t ng_one2many_private::activeMany[NG_ONE2MANY_MAX_LINKS]

Definition at line 78 of file ng_one2many.c.

◆ conf

struct ng_one2many_config ng_one2many_private::conf

Definition at line 73 of file ng_one2many.c.

◆ many

struct ng_one2many_link ng_one2many_private::many[NG_ONE2MANY_MAX_LINKS]

Definition at line 75 of file ng_one2many.c.

◆ nextMany

u_int16_t ng_one2many_private::nextMany

Definition at line 76 of file ng_one2many.c.

◆ node

node_p ng_one2many_private::node

Definition at line 72 of file ng_one2many.c.

◆ numActiveMany

u_int16_t ng_one2many_private::numActiveMany

Definition at line 77 of file ng_one2many.c.

◆ one

struct ng_one2many_link ng_one2many_private::one

Definition at line 74 of file ng_one2many.c.


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