Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c125 tcp_cwnd_reduction(sk, rs->acked_sacked, rs->losses, flag);
137 cubictcp_cong_avoid(sk, ack, rs->acked_sacked); in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_input.c1741 rs->acked_sacked = delivered; /* freshly ACKed or SACKed */ in tcp_rate_gen()
3858 static void tcp_cong_control(struct sock *sk, u32 ack, u32 acked_sacked, in tcp_cong_control() argument
3870 tcp_cwnd_reduction(sk, acked_sacked, rs->losses, flag); in tcp_cong_control()
3873 tcp_cong_avoid(sk, ack, acked_sacked); in tcp_cong_control()
/linux/include/net/
H A Dtcp.h1307 u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member