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

#include <tcp.h>

Data Fields

struct inet_timewait_sock tw_sk
 
u32 tw_rcv_nxt
 
u32 tw_snd_nxt
 
u32 tw_rcv_wnd
 
u32 tw_ts_recent
 
long tw_ts_recent_stamp
 
struct tcp_cookie_valuestw_cookie_values
 

Detailed Description

Definition at line 342 of file tcp.h.

Field Documentation

struct tcp_cookie_values* tw_cookie_values

Definition at line 355 of file tcp.h.

u32 tw_rcv_nxt

Definition at line 344 of file tcp.h.

u32 tw_rcv_wnd

Definition at line 346 of file tcp.h.

Definition at line 343 of file tcp.h.

u32 tw_snd_nxt

Definition at line 345 of file tcp.h.

u32 tw_ts_recent

Definition at line 347 of file tcp.h.

long tw_ts_recent_stamp

Definition at line 348 of file tcp.h.


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