aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-07-10 06:27:56 -0400
committerDavid S. Miller <davem@davemloft.net>2012-07-11 01:40:09 -0400
commitb6242b9b45e84ef71c59002cd128c3197938cb2f (patch)
treee8c33fc6eb1f0766002f9fca7b1729d505d32576 /include/linux/tcp.h
parent81166dd6fa8eb780b2132d32fbc77eb6ac04e44e (diff)
tcp: Remove tw->tw_peer
No longer used. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r--include/linux/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index 7d3bcedc062a..2de9cf46f9fc 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -506,7 +506,6 @@ 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;
510#ifdef CONFIG_TCP_MD5SIG 509#ifdef CONFIG_TCP_MD5SIG
511 struct tcp_md5sig_key *tw_md5_key; 510 struct tcp_md5sig_key *tw_md5_key;
512#endif 511#endif