Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_bbr.c823 if (!bbr_extra_acked_gain || rs->acked_sacked <= 0 || in bbr_update_ack_aggregation()
848 (bbr->ack_epoch_acked + rs->acked_sacked >= in bbr_update_ack_aggregation()
857 bbr->ack_epoch_acked + rs->acked_sacked); in bbr_update_ack_aggregation()
1035 bbr_set_cwnd(sk, rs, rs->acked_sacked, bw, bbr->cwnd_gain); in bbr_main()
A Dtcp_rate.c129 rs->acked_sacked = delivered; /* freshly ACKed or SACKed */ in tcp_rate_gen()
A Dtcp_input.c3473 static void tcp_cong_control(struct sock *sk, u32 ack, u32 acked_sacked, in tcp_cong_control() argument
3485 tcp_cwnd_reduction(sk, acked_sacked, rs->losses, flag); in tcp_cong_control()
3488 tcp_cong_avoid(sk, ack, acked_sacked); in tcp_cong_control()
/linux/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h144 __u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member
/linux/include/net/
A Dtcp.h1043 u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member

Completed in 24 milliseconds