Searched refs:prior_unsacked (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | tcp_input.c | 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() [all …]
|