diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index e64f4c67d0ef..531ede8006d9 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -282,6 +282,7 @@ struct tcp_request_sock { | |||
282 | #endif | 282 | #endif |
283 | u32 rcv_isn; | 283 | u32 rcv_isn; |
284 | u32 snt_isn; | 284 | u32 snt_isn; |
285 | u32 snt_synack; /* synack sent time */ | ||
285 | }; | 286 | }; |
286 | 287 | ||
287 | static inline struct tcp_request_sock *tcp_rsk(const struct request_sock *req) | 288 | static inline struct tcp_request_sock *tcp_rsk(const struct request_sock *req) |