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

Data Fields

struct ng_l2tp_sess_config conf
 
struct ng_l2tp_session_stats stats
 
hook_p hook
 
u_int16_t ns
 
u_int16_t nr
 

Detailed Description

Definition at line 110 of file ng_l2tp.c.

Field Documentation

◆ conf

◆ hook

hook_p ng_l2tp_hook_private::hook

Definition at line 113 of file ng_l2tp.c.

Referenced by ng_l2tp_newhook(), and ng_l2tp_rcvdata_lower().

◆ nr

u_int16_t ng_l2tp_hook_private::nr

Definition at line 115 of file ng_l2tp.c.

Referenced by ng_l2tp_rcvdata(), ng_l2tp_rcvdata_lower(), and ng_l2tp_reset_session().

◆ ns

u_int16_t ng_l2tp_hook_private::ns

Definition at line 114 of file ng_l2tp.c.

Referenced by ng_l2tp_rcvdata(), and ng_l2tp_reset_session().

◆ stats

struct ng_l2tp_session_stats ng_l2tp_hook_private::stats

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