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

Data Fields

struct ng_ppp_link_conf conf
 
struct ng_ppp_link_stat64 stats
 
hook_p hook
 
int32_t seq
 
uint32_t latency
 
struct timeval lastWrite
 
int bytesInQueue
 

Detailed Description

Definition at line 199 of file ng_ppp.c.

Field Documentation

◆ bytesInQueue

int ng_ppp_link::bytesInQueue

Definition at line 206 of file ng_ppp.c.

Referenced by ng_ppp_link_xmit(), ng_ppp_mp_strategy(), and ng_ppp_update().

◆ conf

struct ng_ppp_link_conf ng_ppp_link::conf

◆ hook

hook_p ng_ppp_link::hook

Definition at line 202 of file ng_ppp.c.

Referenced by ng_ppp_link_xmit(), and ng_ppp_update().

◆ lastWrite

struct timeval ng_ppp_link::lastWrite

Definition at line 205 of file ng_ppp.c.

Referenced by ng_ppp_link_xmit(), ng_ppp_mp_strategy(), and ng_ppp_update().

◆ latency

uint32_t ng_ppp_link::latency

Definition at line 204 of file ng_ppp.c.

Referenced by ng_ppp_intcmp(), ng_ppp_mp_strategy(), and ng_ppp_update().

◆ seq

int32_t ng_ppp_link::seq

Definition at line 203 of file ng_ppp.c.

Referenced by ng_ppp_bump_mseq(), ng_ppp_mp_recv(), ng_ppp_mp_xmit(), and ng_ppp_update().

◆ stats

struct ng_ppp_link_stat64 ng_ppp_link::stats

Definition at line 201 of file ng_ppp.c.

Referenced by ng_ppp_link_xmit(), ng_ppp_mp_recv(), and ng_ppp_rcvdata().


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