diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 322e43c56461..cb715eadf8f5 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -770,7 +770,7 @@ void tcp_enter_cwr(struct sock *sk, const int set_ssthresh) | |||
770 | 770 | ||
771 | tp->prior_ssthresh = 0; | 771 | tp->prior_ssthresh = 0; |
772 | tp->bytes_acked = 0; | 772 | tp->bytes_acked = 0; |
773 | if (inet_csk(sk)->icsk_ca_state < TCP_CA_CWR) { | 773 | if (icsk->icsk_ca_state < TCP_CA_CWR) { |
774 | tp->undo_marker = 0; | 774 | tp->undo_marker = 0; |
775 | if (set_ssthresh) | 775 | if (set_ssthresh) |
776 | tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); | 776 | tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); |