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

Data Fields

node_p node
 
hook_p ctrl
 
hook_p lower
 
struct ng_l2tp_config conf
 
struct ng_l2tp_stats stats
 
struct l2tp_seq seq
 
ng_ID_t ftarget
 

Detailed Description

Definition at line 153 of file ng_l2tp.c.

Field Documentation

◆ conf

struct ng_l2tp_config ng_l2tp_private::conf

Definition at line 157 of file ng_l2tp.c.

◆ ctrl

hook_p ng_l2tp_private::ctrl

Definition at line 155 of file ng_l2tp.c.

◆ ftarget

ng_ID_t ng_l2tp_private::ftarget

Definition at line 160 of file ng_l2tp.c.

◆ lower

hook_p ng_l2tp_private::lower

Definition at line 156 of file ng_l2tp.c.

◆ node

node_p ng_l2tp_private::node

Definition at line 154 of file ng_l2tp.c.

◆ seq

struct l2tp_seq ng_l2tp_private::seq

Definition at line 159 of file ng_l2tp.c.

◆ stats

struct ng_l2tp_stats ng_l2tp_private::stats

Definition at line 158 of file ng_l2tp.c.


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