Searched refs:tcpi_snd_cwnd (Results 1 – 8 of 8) sorted by relevance
/external/iperf3/src/ |
D | tcp_info.c | 106 irp->tcpInfo.tcpi_snd_cwnd, irp->tcpInfo.tcpi_snd_mss, in save_tcpinfo() 136 return irp->tcpInfo.tcpi_snd_cwnd * irp->tcpInfo.tcpi_snd_mss; in get_snd_cwnd() 138 return irp->tcpInfo.tcpi_snd_cwnd; in get_snd_cwnd() 140 return irp->tcpInfo.tcpi_snd_cwnd * irp->tcpInfo.tcpi_snd_mss; in get_snd_cwnd() 201 sprintf(message, report_tcpInfo, r->tcpInfo.tcpi_snd_cwnd, r->tcpInfo.tcpi_snd_ssthresh, in build_tcpinfo_message() 207 sprintf(message, report_tcpInfo, r->tcpInfo.tcpi_snd_cwnd, in build_tcpinfo_message() 211 sprintf(message, report_tcpInfo, r->tcpInfo.tcpi_snd_cwnd, in build_tcpinfo_message()
|
/external/iproute2/include/netinet/ |
D | tcp.h | 220 u_int32_t tcpi_snd_cwnd; member
|
/external/iproute2/include/uapi/linux/ |
D | tcp.h | 199 __u32 tcpi_snd_cwnd; member
|
/external/kernel-headers/original/uapi/linux/ |
D | tcp.h | 209 __u32 tcpi_snd_cwnd; member
|
/external/libnl/lib/idiag/ |
D | idiag_msg_obj.c | 478 msg->idiag_tcpinfo.tcpi_snd_cwnd); in idiag_msg_dump_stats()
|
/external/iproute2/misc/ |
D | ss.c | 2231 s.cwnd = info->tcpi_snd_cwnd; in tcp_show_info() 2271 if (rtt > 0 && info->tcpi_snd_mss && info->tcpi_snd_cwnd) { in tcp_show_info() 2272 s.send_bps = (double) info->tcpi_snd_cwnd * in tcp_show_info()
|
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/ |
D | channelz.proto | 414 uint32 tcpi_snd_cwnd = 27; field
|
/external/grpc-grpc/src/proto/grpc/channelz/ |
D | channelz.proto | 414 uint32 tcpi_snd_cwnd = 27; field
|