tcp: Remove tw->tw_peer
No longer used. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
81166dd6fa
commit
b6242b9b45
2 changed files with 2 additions and 15 deletions
|
|
@ -506,7 +506,6 @@ struct tcp_timewait_sock {
|
|||
u32 tw_rcv_wnd;
|
||||
u32 tw_ts_recent;
|
||||
long tw_ts_recent_stamp;
|
||||
struct inet_peer *tw_peer;
|
||||
#ifdef CONFIG_TCP_MD5SIG
|
||||
struct tcp_md5sig_key *tw_md5_key;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue