Home
last modified time | relevance | path

Searched defs:reno (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dconnect4_prog.c71 char reno[TCP_CA_NAME_MAX] = "reno"; in set_cc() local
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dtcp_cubic_sender_bytes.cc31 const QuicClock* clock, const RttStats* rtt_stats, bool reno, in TcpCubicSenderBytes()
Dtcp_cubic_sender_bytes_test.cc36 TcpCubicSenderBytesPeer(const QuicClock* clock, bool reno) in TcpCubicSenderBytesPeer()
Dbbr2_simulator_test.cc2299 bool reno) { in SetupTcpSender()
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dtcp_cubic_sender_bytes.cc31 const QuicClock* clock, const RttStats* rtt_stats, bool reno, in TcpCubicSenderBytes()
Dtcp_cubic_sender_bytes_test.cc36 TcpCubicSenderBytesPeer(const QuicClock* clock, bool reno) in TcpCubicSenderBytesPeer()
Dbbr2_simulator_test.cc2299 bool reno) { in SetupTcpSender()
/external/rust/android-crates-io/crates/quiche/src/recovery/
Dmod.rs2165 mod reno; module