FreeBSD kernel netgraph code
l2tp_seq Struct Reference

Data Fields

u_int16_t ns
 
u_int16_t nr
 
u_int16_t inproc
 
u_int16_t rack
 
u_int16_t xack
 
u_int16_t wmax
 
u_int16_t cwnd
 
u_int16_t ssth
 
u_int16_t acks
 
u_int16_t rexmits
 
struct callout rack_timer
 
struct callout xack_timer
 
struct mbuf * xwin [L2TP_MAX_XWIN]
 
struct mtx mtx
 

Detailed Description

Definition at line 135 of file ng_l2tp.c.

Field Documentation

◆ acks

u_int16_t l2tp_seq::acks

Definition at line 144 of file ng_l2tp.c.

Referenced by ng_l2tp_seq_rack_timeout(), ng_l2tp_seq_recv_nr(), and ng_l2tp_seq_reset().

◆ cwnd

u_int16_t l2tp_seq::cwnd

◆ inproc

u_int16_t l2tp_seq::inproc

Definition at line 138 of file ng_l2tp.c.

Referenced by ng_l2tp_rcvdata_lower().

◆ mtx

struct mtx l2tp_seq::mtx

Definition at line 149 of file ng_l2tp.c.

Referenced by ng_l2tp_seq_init(), and ng_l2tp_shutdown().

◆ nr

u_int16_t l2tp_seq::nr

◆ ns

◆ rack

u_int16_t l2tp_seq::rack

◆ rack_timer

struct callout l2tp_seq::rack_timer

◆ rexmits

u_int16_t l2tp_seq::rexmits

Definition at line 145 of file ng_l2tp.c.

Referenced by ng_l2tp_seq_rack_timeout(), ng_l2tp_seq_recv_nr(), and ng_l2tp_seq_reset().

◆ ssth

u_int16_t l2tp_seq::ssth

◆ wmax

u_int16_t l2tp_seq::wmax

◆ xack

u_int16_t l2tp_seq::xack

Definition at line 140 of file ng_l2tp.c.

Referenced by ng_l2tp_seq_reset(), ng_l2tp_seq_set(), and ng_l2tp_xmit_ctrl().

◆ xack_timer

struct callout l2tp_seq::xack_timer

◆ xwin

struct mbuf* l2tp_seq::xwin[L2TP_MAX_XWIN]

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