Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
lp Struct Reference

Data Fields

u32 flag
 
u32 sowd
 
u32 owd_min
 
u32 owd_max
 
u32 owd_max_rsv
 
u32 remote_hz
 
u32 remote_ref_time
 
u32 local_ref_time
 
u32 last_drop
 
u32 inference
 

Detailed Description

struct lp : TCP-LP state flag : smoothed OWD << 3 : min OWD : max OWD : resrved max owd : estimated remote HZ : remote reference time : local reference time : time for last active drop : current inference

TCP-LP's private struct. We get the idea from original TCP-LP implementation where only left those we found are really useful.

Definition at line 76 of file tcp_lp.c.

Field Documentation

Definition at line 77 of file tcp_lp.c.

u32 inference

Definition at line 86 of file tcp_lp.c.

u32 last_drop

Definition at line 85 of file tcp_lp.c.

u32 local_ref_time

Definition at line 84 of file tcp_lp.c.

u32 owd_max

Definition at line 80 of file tcp_lp.c.

u32 owd_max_rsv

Definition at line 81 of file tcp_lp.c.

u32 owd_min

Definition at line 79 of file tcp_lp.c.

u32 remote_hz

Definition at line 82 of file tcp_lp.c.

u32 remote_ref_time

Definition at line 83 of file tcp_lp.c.

u32 sowd

Definition at line 78 of file tcp_lp.c.


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