aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r--net/ipv4/tcp_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index 311c30f73ee4..fae78e3eccc4 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -2864,7 +2864,7 @@ void tcp_simple_retransmit(struct sock *sk)
2864 const struct inet_connection_sock *icsk = inet_csk(sk); 2864 const struct inet_connection_sock *icsk = inet_csk(sk);
2865 struct tcp_sock *tp = tcp_sk(sk); 2865 struct tcp_sock *tp = tcp_sk(sk);
2866 struct sk_buff *skb; 2866 struct sk_buff *skb;
2867 unsigned int mss = tcp_current_mss(sk, 0); 2867 unsigned int mss = tcp_current_mss(sk);
2868 u32 prior_lost = tp->lost_out; 2868 u32 prior_lost = tp->lost_out;
2869 2869
2870 tcp_for_write_queue(skb, sk) { 2870 tcp_for_write_queue(skb, sk) {