/external/grpc-grpc/src/core/lib/event_engine/posix_engine/ |
D | internal_errqueue.cc | 39 int GetSocketTcpInfo(struct tcp_info* info, int fd) { in GetSocketTcpInfo() 41 info->length = offsetof(tcp_info, length); in GetSocketTcpInfo()
|
D | internal_errqueue.h | 100 struct tcp_info { struct 166 int GetSocketTcpInfo(tcp_info* info, int fd); argument
|
D | traced_buffer_list.cc | 74 const tcp_info* info) { in ExtractOptStatsFromTcpInfo() 78 if (info->length > offsetof(tcp_info, tcpi_sndbuf_limited)) { in ExtractOptStatsFromTcpInfo() 96 if (info->length > offsetof(tcp_info, tcpi_dsack_dups)) { in ExtractOptStatsFromTcpInfo()
|
D | traced_buffer_list.h | 98 tcp_info info; // tcp_info collected on sendmsg
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/ |
D | internal_errqueue.cc | 41 int GetSocketTcpInfo(struct tcp_info* info, int fd) { in GetSocketTcpInfo() 43 info->length = offsetof(tcp_info, length); in GetSocketTcpInfo()
|
D | internal_errqueue.h | 100 struct tcp_info { struct 166 int GetSocketTcpInfo(tcp_info* info, int fd); argument
|
D | traced_buffer_list.cc | 74 const tcp_info* info) { in ExtractOptStatsFromTcpInfo() 78 if (info->length > offsetof(tcp_info, tcpi_sndbuf_limited)) { in ExtractOptStatsFromTcpInfo() 96 if (info->length > offsetof(tcp_info, tcpi_dsack_dups)) { in ExtractOptStatsFromTcpInfo()
|
D | traced_buffer_list.h | 98 tcp_info info; // tcp_info collected on sendmsg
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | buffer_list.cc | 66 const tcp_info* info) { in ExtractOptStatsFromTcpInfo() 70 if (info->length > offsetof(tcp_info, tcpi_sndbuf_limited)) { in ExtractOptStatsFromTcpInfo() 88 if (info->length > offsetof(tcp_info, tcpi_dsack_dups)) { in ExtractOptStatsFromTcpInfo() 192 int GetSocketTcpInfo(struct tcp_info* info, int fd) { in GetSocketTcpInfo() 194 info->length = offsetof(tcp_info, length); in GetSocketTcpInfo()
|
D | internal_errqueue.h | 110 struct tcp_info { struct
|
D | buffer_list.h | 99 tcp_info info; // tcp_info collected on sendmsg
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | buffer_list.cc | 66 const tcp_info* info) { in ExtractOptStatsFromTcpInfo() 70 if (info->length > offsetof(tcp_info, tcpi_sndbuf_limited)) { in ExtractOptStatsFromTcpInfo() 88 if (info->length > offsetof(tcp_info, tcpi_dsack_dups)) { in ExtractOptStatsFromTcpInfo() 192 int GetSocketTcpInfo(struct tcp_info* info, int fd) { in GetSocketTcpInfo() 194 info->length = offsetof(tcp_info, length); in GetSocketTcpInfo()
|
D | buffer_list.h | 99 tcp_info info; // tcp_info collected on sendmsg
|
D | internal_errqueue.h | 110 struct tcp_info { struct
|
/external/libnl/include/netlink/idiag/ |
D | msg.h | 69 extern struct tcp_info idiagnl_msg_get_tcpinfo(const struct idiagnl_msg *); 71 struct tcp_info *);
|
/external/iperf3/src/ |
D | Makefile.in | 152 iperf_util.lo iperf_time.lo dscp.lo net.lo tcp_info.lo \ 171 portable_endian.h queue.h tcp_info.c timer.c timer.h units.c \ 186 iperf3_profile-tcp_info.$(OBJEXT) \ 258 ./$(DEPDIR)/iperf3_profile-tcp_info.Po \ 269 ./$(DEPDIR)/tcp_info.Plo ./$(DEPDIR)/timer.Plo \ 665 tcp_info.c \ 911 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-tcp_info.Po@am__quote@ # am--includ… 931 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_info.Plo@am__quote@ # am--include-marker 1186 iperf3_profile-tcp_info.o: tcp_info.c 1187 …ile-tcp_info.o -MD -MP -MF $(DEPDIR)/iperf3_profile-tcp_info.Tpo -c -o iperf3_profile-tcp_info.o `… [all …]
|
D | Makefile.am | 41 tcp_info.c \
|
D | tcp_info.c | 99 socklen_t tcp_info_length = sizeof(struct tcp_info); in save_tcpinfo()
|
/external/linux-kselftest/tools/testing/selftests/net/mptcp/ |
D | mptcp_sockopt.c | 335 struct tcp_info ti[2]; in do_getsockopt_tcp_info() 344 ti.d.size_user = sizeof(struct tcp_info); in do_getsockopt_tcp_info() 353 assert(ti.d.size_user == sizeof(struct tcp_info)); in do_getsockopt_tcp_info() 358 assert(olen == sizeof(struct tcp_info)); in do_getsockopt_tcp_info()
|
/external/kernel-headers/original/uapi/linux/ |
D | mptcp.h | 118 __aligned_u64 tcp_info; member
|
/external/libnl/lib/idiag/ |
D | idiag_msg_obj.c | 46 struct tcp_info idiag_tcpinfo; 443 struct tcp_info idiagnl_msg_get_tcpinfo(const struct idiagnl_msg *msg) in idiagnl_msg_get_tcpinfo() 448 void idiagnl_msg_set_tcpinfo(struct idiagnl_msg *msg, struct tcp_info *tinfo) in idiagnl_msg_set_tcpinfo() 450 memcpy(&msg->idiag_tcpinfo, tinfo, sizeof(struct tcp_info)); in idiagnl_msg_set_tcpinfo() 706 [INET_DIAG_INFO] = { .minlen = sizeof(struct tcp_info) },
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | tcp_rtt.c | 24 struct tcp_info info; in wait_for_ack()
|
/external/cronet/stable/net/socket/ |
D | tcp_socket_posix.cc | 120 tcp_info info; in GetTransportRtt() 124 socklen_t info_len = sizeof(tcp_info); in GetTransportRtt() 132 if (info_len < static_cast<socklen_t>(offsetof(tcp_info, tcpi_rtt) + in GetTransportRtt()
|
/external/cronet/tot/net/socket/ |
D | tcp_socket_posix.cc | 120 tcp_info info; in GetTransportRtt() 124 socklen_t info_len = sizeof(tcp_info); in GetTransportRtt() 132 if (info_len < static_cast<socklen_t>(offsetof(tcp_info, tcpi_rtt) + in GetTransportRtt()
|
/external/iproute2/include/netinet/ |
D | tcp.h | 187 struct tcp_info struct
|