Lines Matching refs:prior_unsacked
2509 static void tcp_cwnd_reduction(struct sock *sk, const int prior_unsacked, in tcp_cwnd_reduction() argument
2515 int newly_acked_sacked = prior_unsacked - in tcp_cwnd_reduction()
2573 static void tcp_try_to_open(struct sock *sk, int flag, const int prior_unsacked) in tcp_try_to_open() argument
2588 tcp_cwnd_reduction(sk, prior_unsacked, 0); in tcp_try_to_open()
2745 const int prior_unsacked) in tcp_try_undo_partial() argument
2761 tcp_cwnd_reduction(sk, prior_unsacked, 0); in tcp_try_undo_partial()
2789 const int prior_unsacked, in tcp_fastretrans_alert() argument
2848 if (tcp_try_undo_partial(sk, acked, prior_unsacked)) in tcp_fastretrans_alert()
2876 tcp_try_to_open(sk, flag, prior_unsacked); in tcp_fastretrans_alert()
2898 tcp_cwnd_reduction(sk, prior_unsacked, fast_rexmit); in tcp_fastretrans_alert()
3475 const int prior_unsacked = tp->packets_out - tp->sacked_out; in tcp_ack() local
3575 tcp_fastretrans_alert(sk, acked, prior_unsacked, in tcp_ack()
3595 tcp_fastretrans_alert(sk, acked, prior_unsacked, in tcp_ack()
3619 tcp_fastretrans_alert(sk, acked, prior_unsacked, in tcp_ack()