Home
last modified time | relevance | path

Searched refs:losses (Results 1 – 8 of 8) sorted by relevance

/linux/net/ipv4/
A Dtcp_bbr.c491 if (rs->losses > 0) in bbr_set_cwnd_to_recover_or_restore()
492 cwnd = max_t(s32, cwnd - rs->losses, 1); in bbr_set_cwnd_to_recover_or_restore()
579 (rs->losses || /* perhaps pacing_gain*BDP won't fit */ in bbr_is_next_cycle_phase()
709 if (!rs->losses) in bbr_lt_bw_sampling()
734 if (!rs->losses) in bbr_lt_bw_sampling()
1133 struct rate_sample rs = { .losses = 1 }; in bbr_set_state()
A Dtcp_rate.c130 rs->losses = lost; /* freshly marked lost */ in tcp_rate_gen()
A Dtcp_input.c3485 tcp_cwnd_reduction(sk, acked_sacked, rs->losses, flag); in tcp_cong_control()
/linux/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h143 int losses; /* number of packets marked lost upon ACK */ member
/linux/Documentation/accounting/
A Dpsi.rst11 latency spikes, throughput losses, and run the risk of OOM kills.
22 Having an accurate measure of productivity losses caused by resource
/linux/LICENSES/dual/
A DApache-2.0173 losses), even if such Contributor has been advised of the possibility of
/linux/include/net/
A Dtcp.h1042 int losses; /* number of packets marked lost upon ACK */ member
/linux/Documentation/networking/
A Dip-sysctl.rst380 losses into fast recovery (draft-ietf-tcpm-rack). Note that
393 support for it. This feature is useful in avoiding losses due
980 gets losses notifications. With SNDBUF autotuning, this can

Completed in 29 milliseconds