Home
last modified time | relevance | path

Searched refs:losses (Results 1 – 7 of 7) 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);
/linux/Documentation/accounting/
H 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/Documentation/networking/
H A Dmptcp.rst32 conditions, e.g. latency, losses, cost, bandwidth, etc.
H A Dip-sysctl.rst452 losses into fast recovery (RFC8985). Note that
465 for it. This feature is useful in avoiding losses due to congestion by
1290 gets losses notifications. With SNDBUF autotuning, this can
3788 indicate support for it. This feature is useful in avoiding losses
/linux/LICENSES/dual/
H A DApache-2.0173 losses), even if such Contributor has been advised of the possibility of
/linux/include/net/
H A Dtcp.h1315 int losses; /* number of packets marked lost upon ACK */ member
/linux/net/ipv4/
H A Dtcp_input.c1742 rs->losses = lost; /* freshly marked lost */ in tcp_rate_gen()
3870 tcp_cwnd_reduction(sk, acked_sacked, rs->losses, flag); in tcp_cong_control()