Home
last modified time | relevance | path

Searched refs:tcpi_snd_ssthresh (Results 1 – 8 of 8) sorted by relevance

/external/iperf3/src/
Dtcp_info.c201 sprintf(message, report_tcpInfo, r->tcpInfo.tcpi_snd_cwnd, r->tcpInfo.tcpi_snd_ssthresh, in build_tcpinfo_message()
208 r->tcpInfo.tcpi_rcv_space, r->tcpInfo.tcpi_snd_ssthresh, r->tcpInfo.tcpi_rtt); in build_tcpinfo_message()
212 r->tcpInfo.tcpi_rcv_space, r->tcpInfo.tcpi_snd_ssthresh, r->tcpInfo.tcpi_rtt); in build_tcpinfo_message()
/external/iproute2/include/netinet/
Dtcp.h219 u_int32_t tcpi_snd_ssthresh; member
/external/iproute2/include/uapi/linux/
Dtcp.h198 __u32 tcpi_snd_ssthresh; member
/external/kernel-headers/original/uapi/linux/
Dtcp.h208 __u32 tcpi_snd_ssthresh; member
/external/libnl/lib/idiag/
Didiag_msg_obj.c475 nl_size2str(msg->idiag_tcpinfo.tcpi_snd_ssthresh, buf, in idiag_msg_dump_stats()
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/
Dchannelz.proto413 uint32 tcpi_snd_ssthresh = 26; field
/external/grpc-grpc/src/proto/grpc/channelz/
Dchannelz.proto413 uint32 tcpi_snd_ssthresh = 26; field
/external/iproute2/misc/
Dss.c2233 if (info->tcpi_snd_ssthresh < 0xFFFF) in tcp_show_info()
2234 s.ssthresh = info->tcpi_snd_ssthresh; in tcp_show_info()