Searched refs:losses (Results 1 – 8 of 8) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_bbr.c | 492 if (rs->losses > 0) in bbr_set_cwnd_to_recover_or_restore() 493 cwnd = max_t(s32, cwnd - rs->losses, 1); in bbr_set_cwnd_to_recover_or_restore() 580 (rs->losses || /* perhaps pacing_gain*BDP won't fit */ in bbr_is_next_cycle_phase() 710 if (!rs->losses) in bbr_lt_bw_sampling() 735 if (!rs->losses) in bbr_lt_bw_sampling() 1134 struct rate_sample rs = { .losses = 1 }; in bbr_set_state()
|
| H A D | tcp_rate.c | 135 rs->losses = lost; /* freshly marked lost */ in tcp_rate_gen()
|
| H A D | tcp_input.c | 3666 tcp_cwnd_reduction(sk, acked_sacked, rs->losses, flag); in tcp_cong_control()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cc_cubic.c | 125 tcp_cwnd_reduction(sk, rs->acked_sacked, rs->losses, flag);
|
| /linux/Documentation/accounting/ |
| H A D | psi.rst | 11 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 D | mptcp.rst | 32 conditions, e.g. latency, losses, cost, bandwidth, etc.
|
| /linux/LICENSES/dual/ |
| H A D | Apache-2.0 | 173 losses), even if such Contributor has been advised of the possibility of
|
| /linux/include/net/ |
| H A D | tcp.h | 1234 int losses; /* number of packets marked lost upon ACK */ member
|