Searched refs:tcp_cwnd_reduction (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/ipv4/ |
D | tcp_recovery.c | 161 tcp_cwnd_reduction(sk, 1, tp->lost - lost, 0); in tcp_rack_reo_timeout()
|
D | tcp_input.c | 2625 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction() function 3507 tcp_cwnd_reduction(sk, acked_sacked, rs->losses, flag); in tcp_cong_control()
|
/linux-6.1.9/include/net/ |
D | tcp.h | 396 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag);
|