Home
last modified time | relevance | path

Searched refs:acked_sacked (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c821 if (!bbr_extra_acked_gain || rs->acked_sacked <= 0 || in bbr_update_ack_aggregation()
846 (bbr->ack_epoch_acked + rs->acked_sacked >= in bbr_update_ack_aggregation()
855 bbr->ack_epoch_acked + rs->acked_sacked); in bbr_update_ack_aggregation()
1033 bbr_set_cwnd(sk, rs, rs->acked_sacked, bw, bbr->cwnd_gain); in bbr_main()
H A Dtcp_rate.c132 rs->acked_sacked = delivered; /* freshly ACKed or SACKed */ in tcp_rate_gen()
H A Dtcp_input.c3481 static void tcp_cong_control(struct sock *sk, u32 ack, u32 acked_sacked, in tcp_cong_control() argument
3493 tcp_cwnd_reduction(sk, acked_sacked, flag); in tcp_cong_control()
3496 tcp_cong_avoid(sk, ack, acked_sacked); in tcp_cong_control()
/kernel/linux/linux-6.6/net/ipv4/
H 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()
H A Dtcp_rate.c134 rs->acked_sacked = delivered; /* freshly ACKed or SACKed */ in tcp_rate_gen()
H A Dtcp_input.c3513 static void tcp_cong_control(struct sock *sk, u32 ack, u32 acked_sacked, in tcp_cong_control() argument
3525 tcp_cwnd_reduction(sk, acked_sacked, rs->losses, flag); in tcp_cong_control()
3528 tcp_cong_avoid(sk, ack, acked_sacked); in tcp_cong_control()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h138 __u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h149 __u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h1055 u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h1056 u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member

Completed in 39 milliseconds