diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 66d85a80a1ec..1a7adb411647 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -342,6 +342,10 @@ struct tcp_timewait_sock { | |||
342 | u32 tw_rcv_wnd; | 342 | u32 tw_rcv_wnd; |
343 | u32 tw_ts_offset; | 343 | u32 tw_ts_offset; |
344 | u32 tw_ts_recent; | 344 | u32 tw_ts_recent; |
345 | |||
346 | /* The time we sent the last out-of-window ACK: */ | ||
347 | u32 tw_last_oow_ack_time; | ||
348 | |||
345 | long tw_ts_recent_stamp; | 349 | long tw_ts_recent_stamp; |
346 | #ifdef CONFIG_TCP_MD5SIG | 350 | #ifdef CONFIG_TCP_MD5SIG |
347 | struct tcp_md5sig_key *tw_md5_key; | 351 | struct tcp_md5sig_key *tw_md5_key; |