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

Data Fields

struct ifnet * ifp
 
int unit
 
node_p node
 
hook_p hooks [NUM_FAMILIES]
 
struct rmlock lock
 

Detailed Description

Definition at line 118 of file ng_iface.c.

Field Documentation

◆ hooks

hook_p ng_iface_private::hooks[NUM_FAMILIES]

Definition at line 122 of file ng_iface.c.

◆ ifp

struct ifnet* ng_iface_private::ifp

Definition at line 119 of file ng_iface.c.

◆ lock

struct rmlock ng_iface_private::lock

Definition at line 123 of file ng_iface.c.

◆ node

node_p ng_iface_private::node

Definition at line 121 of file ng_iface.c.

◆ unit

int ng_iface_private::unit

Definition at line 120 of file ng_iface.c.


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