diff options
Diffstat (limited to 'include/linux/tcp.h')
| -rw-r--r-- | include/linux/tcp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 67309ece0772..1a7adb411647 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
| @@ -115,6 +115,7 @@ struct tcp_request_sock { | |||
| 115 | u32 rcv_isn; | 115 | u32 rcv_isn; |
| 116 | u32 snt_isn; | 116 | u32 snt_isn; |
| 117 | u32 snt_synack; /* synack sent time */ | 117 | u32 snt_synack; /* synack sent time */ |
| 118 | u32 last_oow_ack_time; /* last SYNACK */ | ||
| 118 | u32 rcv_nxt; /* the ack # by SYNACK. For | 119 | u32 rcv_nxt; /* the ack # by SYNACK. For |
| 119 | * FastOpen it's the seq# | 120 | * FastOpen it's the seq# |
| 120 | * after data-in-SYN. | 121 | * after data-in-SYN. |
| @@ -152,6 +153,7 @@ struct tcp_sock { | |||
| 152 | u32 snd_sml; /* Last byte of the most recently transmitted small packet */ | 153 | u32 snd_sml; /* Last byte of the most recently transmitted small packet */ |
| 153 | u32 rcv_tstamp; /* timestamp of last received ACK (for keepalives) */ | 154 | u32 rcv_tstamp; /* timestamp of last received ACK (for keepalives) */ |
| 154 | u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ | 155 | u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ |
| 156 | u32 last_oow_ack_time; /* timestamp of last out-of-window ACK */ | ||
| 155 | 157 | ||
| 156 | u32 tsoffset; /* timestamp offset */ | 158 | u32 tsoffset; /* timestamp offset */ |
| 157 | 159 | ||
| @@ -340,6 +342,10 @@ struct tcp_timewait_sock { | |||
| 340 | u32 tw_rcv_wnd; | 342 | u32 tw_rcv_wnd; |
| 341 | u32 tw_ts_offset; | 343 | u32 tw_ts_offset; |
| 342 | 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 | |||
| 343 | long tw_ts_recent_stamp; | 349 | long tw_ts_recent_stamp; |
| 344 | #ifdef CONFIG_TCP_MD5SIG | 350 | #ifdef CONFIG_TCP_MD5SIG |
| 345 | struct tcp_md5sig_key *tw_md5_key; | 351 | struct tcp_md5sig_key *tw_md5_key; |
