Linux Kernel
3.7.1
|
Data Fields | |
u16 | options |
u16 | mss |
u8 | ws |
u8 | num_sack_blocks |
u8 | hash_size |
__u8 * | hash_location |
__u32 | tsval |
__u32 | tsecr |
struct tcp_fastopen_cookie * | fastopen_cookie |
Definition at line 390 of file tcp_output.c.
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.