Home
last modified time | relevance | path

Searched refs:tcp_info (Results 1 - 20 of 20) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_connection.cc1231 struct tcp_info tcp_info; in get_tcp_hint() local
1232 socklen_t tcp_info_len = sizeof(tcp_info); in get_tcp_hint()
1235 rv = getsockopt(fd, IPPROTO_TCP, TCP_INFO, &tcp_info, &tcp_info_len); in get_tcp_hint()
1241 auto avail_packets = tcp_info.tcpi_snd_cwnd > tcp_info.tcpi_unacked in get_tcp_hint()
1242 ? tcp_info.tcpi_snd_cwnd - tcp_info.tcpi_unacked in get_tcp_hint()
1264 (avail_packets + 2) * (tcp_info.tcpi_snd_mss - tls_overhead); in get_tcp_hint()
1276 // LOG(INFO) << "snd_cwnd=" << tcp_info in get_tcp_hint()
[all...]
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dtcp.h184 struct tcp_info { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dtcp.h184 struct tcp_info { struct
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dtcp.h195 struct tcp_info { struct
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dtcp.h184 struct tcp_info { struct
/third_party/musl/include/netinet/
H A Dtcp.h195 struct tcp_info { struct
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3907 pub struct tcp_info { structure names
3963 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3905 pub struct tcp_info { structure names
3961 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3885 pub struct tcp_info { structure names
3941 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs4030 pub struct tcp_info { structure names
4086 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs4090 pub struct tcp_info { structure names
4146 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs4058 pub struct tcp_info { structure names
4114 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs4154 pub struct tcp_info { structure names
4210 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3991 pub struct tcp_info { structure names
4047 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs4269 pub struct tcp_info { structure names
4325 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3965 pub struct tcp_info { structure names
4021 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs4239 pub struct tcp_info { structure names
4295 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs3934 pub struct tcp_info { structure names
3990 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs4022 pub struct tcp_info { structure names
4078 impl tcp_info { impls
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs3943 pub struct tcp_info { structure names
3999 impl tcp_info { impls

Completed in 178 milliseconds