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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index 2c6797134553..cfa51cfd2d99 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -3633,6 +3633,7 @@ static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag)
3633 3633
3634 delivered = tp->delivered - delivered; /* freshly ACKed or SACKed */ 3634 delivered = tp->delivered - delivered; /* freshly ACKed or SACKed */
3635 lost = tp->lost - lost; /* freshly marked lost */ 3635 lost = tp->lost - lost; /* freshly marked lost */
3636 rs.is_ack_delayed = !!(flag & FLAG_ACK_MAYBE_DELAYED);
3636 tcp_rate_gen(sk, delivered, lost, is_sack_reneg, sack_state.rate); 3637 tcp_rate_gen(sk, delivered, lost, is_sack_reneg, sack_state.rate);
3637 tcp_cong_control(sk, ack, delivered, flag, sack_state.rate); 3638 tcp_cong_control(sk, ack, delivered, flag, sack_state.rate);
3638 tcp_xmit_recovery(sk, rexmit); 3639 tcp_xmit_recovery(sk, rexmit);