Home
last modified time | relevance | path

Searched refs:tcp_cwnd_reduction (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c76 static void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, in tcp_cwnd_reduction() function
134 tcp_cwnd_reduction(sk, rs->acked_sacked, rs->losses, flag); in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_recovery.c161 tcp_cwnd_reduction(sk, 1, tp->lost - lost, 0); in tcp_rack_reo_timeout()
H A Dtcp_input.c2710 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction() function
3615 tcp_cwnd_reduction(sk, acked_sacked, rs->losses, flag); in tcp_cong_control()
/linux/include/net/
H A Dtcp.h398 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag);