Searched refs:acked_sacked (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | bpf_cc_cubic.c | 134 tcp_cwnd_reduction(sk, rs->acked_sacked, rs->losses, flag); in BPF_PROG() 146 cubictcp_cong_avoid(sk, ack, rs->acked_sacked); in BPF_PROG()
|
/linux-6.12.1/net/ipv4/ |
D | tcp_bbr.c | 824 if (!bbr_extra_acked_gain || rs->acked_sacked <= 0 || in bbr_update_ack_aggregation() 849 (bbr->ack_epoch_acked + rs->acked_sacked >= in bbr_update_ack_aggregation() 858 bbr->ack_epoch_acked + rs->acked_sacked); in bbr_update_ack_aggregation() 1036 bbr_set_cwnd(sk, rs, rs->acked_sacked, bw, bbr->cwnd_gain); in bbr_main()
|
D | tcp_rate.c | 134 rs->acked_sacked = delivered; /* freshly ACKed or SACKed */ in tcp_rate_gen()
|
D | tcp_input.c | 3597 static void tcp_cong_control(struct sock *sk, u32 ack, u32 acked_sacked, in tcp_cong_control() argument 3609 tcp_cwnd_reduction(sk, acked_sacked, rs->losses, flag); in tcp_cong_control() 3612 tcp_cong_avoid(sk, ack, acked_sacked); in tcp_cong_control()
|
/linux-6.12.1/include/net/ |
D | tcp.h | 1142 u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member
|