Searched refs:tcp_cwnd_reduction (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() function 2557 tcp_cwnd_reduction(sk, prior_unsacked, 0, flag); in tcp_try_to_open() 2732 tcp_cwnd_reduction(sk, prior_unsacked, 0, flag); in tcp_try_undo_partial() 2875 tcp_cwnd_reduction(sk, prior_unsacked, fast_rexmit, flag); in tcp_fastretrans_alert()
|