Searched refs:prior_unsacked (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | tcp_input.c | 2472 static void tcp_cwnd_reduction(struct sock *sk, const int prior_unsacked, in tcp_cwnd_reduction() argument 2478 int newly_acked_sacked = prior_unsacked - in tcp_cwnd_reduction() 2542 static void tcp_try_to_open(struct sock *sk, int flag, const int prior_unsacked) in tcp_try_to_open() argument 2557 tcp_cwnd_reduction(sk, prior_unsacked, 0, flag); in tcp_try_to_open() 2716 const int prior_unsacked, int flag) in tcp_try_undo_partial() argument 2732 tcp_cwnd_reduction(sk, prior_unsacked, 0, flag); in tcp_try_undo_partial() 2760 const int prior_unsacked, in tcp_fastretrans_alert() argument 2824 if (tcp_try_undo_partial(sk, acked, prior_unsacked, flag)) in tcp_fastretrans_alert() 2853 tcp_try_to_open(sk, flag, prior_unsacked); in tcp_fastretrans_alert() 2875 tcp_cwnd_reduction(sk, prior_unsacked, fast_rexmit, flag); in tcp_fastretrans_alert() [all …]
|