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

Data Fields

u16 options
 
u16 mss
 
u8 ws
 
u8 num_sack_blocks
 
u8 hash_size
 
__u8hash_location
 
__u32 tsval
 
__u32 tsecr
 
struct tcp_fastopen_cookiefastopen_cookie
 

Detailed Description

Definition at line 390 of file tcp_output.c.

Field Documentation

struct tcp_fastopen_cookie* fastopen_cookie

Definition at line 398 of file tcp_output.c.

__u8* hash_location

Definition at line 396 of file tcp_output.c.

u8 hash_size

Definition at line 395 of file tcp_output.c.

u16 mss

Definition at line 392 of file tcp_output.c.

u8 num_sack_blocks

Definition at line 394 of file tcp_output.c.

u16 options

Definition at line 391 of file tcp_output.c.

__u32 tsecr

Definition at line 397 of file tcp_output.c.

__u32 tsval

Definition at line 397 of file tcp_output.c.

u8 ws

Definition at line 393 of file tcp_output.c.


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