Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c7 * 2. Logic such as tcp_cwnd_reduction, tcp_cong_avoid, and
67 static void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, in tcp_update_pacing_rate()
125 tcp_cwnd_reduction(sk, rs->acked_sacked, rs->losses, flag);
76 static void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, tcp_cwnd_reduction() function
/linux/include/net/
H A Dtcp.h487 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag);
/linux/net/ipv4/
H A Dtcp_input.c2985 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction() function
3870 tcp_cwnd_reduction(sk, acked_sacked, rs->losses, flag); in tcp_cong_control()