diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 5f359dbfcdce..7d3bcedc062a 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -506,8 +506,9 @@ struct tcp_timewait_sock { | |||
506 | u32 tw_rcv_wnd; | 506 | u32 tw_rcv_wnd; |
507 | u32 tw_ts_recent; | 507 | u32 tw_ts_recent; |
508 | long tw_ts_recent_stamp; | 508 | long tw_ts_recent_stamp; |
509 | struct inet_peer *tw_peer; | ||
509 | #ifdef CONFIG_TCP_MD5SIG | 510 | #ifdef CONFIG_TCP_MD5SIG |
510 | struct tcp_md5sig_key *tw_md5_key; | 511 | struct tcp_md5sig_key *tw_md5_key; |
511 | #endif | 512 | #endif |
512 | /* Few sockets in timewait have cookies; in that case, then this | 513 | /* Few sockets in timewait have cookies; in that case, then this |
513 | * object holds a reference to them (tw_cookie_values->kref). | 514 | * object holds a reference to them (tw_cookie_values->kref). |