Home
last modified time | relevance | path

Searched defs:cwnd (Results 1 – 25 of 33) sorted by relevance

12

/external/webrtc/net/dcsctp/tx/
Dretransmission_queue.h108 size_t cwnd() const { return cwnd_; } in cwnd() function
111 void set_cwnd(size_t cwnd) { cwnd_ = cwnd; } in set_cwnd()
/external/webrtc/test/network/
Dcross_traffic.cc223 int cwnd = std::ceil(cwnd_); in SendPackets() local
297 int cwnd = std::ceil(cwnd_); in SendPackets() local
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dtcp_cubic_sender_bytes.h106 void set_congestion_window(QuicByteCount cwnd) { congestion_window_ = cwnd; } in set_congestion_window()
Dprague_sender_test.cc233 QuicByteCount cwnd = sender_.GetCongestionWindow(); in TEST_F() local
Dpacing_sender_test.cc79 bool in_recovery, QuicPacketCount cwnd) { in CheckPacketIsSentImmediately()
Dtcp_cubic_sender_bytes_test.cc177 const QuicByteCount cwnd = sender_->GetCongestionWindow(); in TEST_F() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dtcp_cubic_sender_bytes.h106 void set_congestion_window(QuicByteCount cwnd) { congestion_window_ = cwnd; } in set_congestion_window()
Dprague_sender_test.cc233 QuicByteCount cwnd = sender_.GetCongestionWindow(); in TEST_F() local
Dpacing_sender_test.cc79 bool in_recovery, QuicPacketCount cwnd) { in CheckPacketIsSentImmediately()
Dtcp_cubic_sender_bytes_test.cc177 const QuicByteCount cwnd = sender_->GetCongestionWindow(); in TEST_F() local
/external/webrtc/net/dcsctp/socket/
Dtransmission_control_block.h92 size_t cwnd() const { return retransmission_queue_.cwnd(); } in cwnd() function
/external/webrtc/net/dcsctp/public/
Ddcsctp_handover_state.h58 uint32_t cwnd = 0; member
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c266 static __always_inline void bictcp_update(struct bictcp *ca, __u32 cwnd, in bictcp_update()
/external/rust/android-crates-io/crates/quiche/src/recovery/
Dcubic.rs128 let cwnd = cwnd as f64 / max_datagram_size as f64; in cubic_k() localVariable
Dmod.rs672 pub fn cwnd(&self) -> usize { in cwnd() method
1292 cwnd: u64, field
/external/rust/android-crates-io/crates/quiche/include/
Dquiche.h597 size_t cwnd; member
/external/webrtc/p2p/base/
Dpseudo_tcp.cc1058 uint32_t cwnd = m_cwnd; in attemptSend() local
/external/rust/android-crates-io/crates/quiche/src/
Dpath.rs846 pub cwnd: usize, field
Dffi.rs1171 cwnd: usize, field
/external/iproute2/misc/
Dss.c711 unsigned int cwnd; member
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/http/
Dend_to_end_test.cc3897 QuicPacketCount cwnd = in TEST_P() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/http/
Dend_to_end_test.cc3897 QuicPacketCount cwnd = in TEST_P() local
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h19519 long unsigned int cwnd; member
88972 long unsigned int cwnd; member
Dvmlinux.h19519 long unsigned int cwnd; member
88972 long unsigned int cwnd; member
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h76839 __u32 cwnd; member
109869 long unsigned int cwnd; member

12