Home
last modified time | relevance | path

Searched refs:tcp_info (Results 1 – 25 of 63) sorted by relevance

123

/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
Dinternal_errqueue.cc39 int GetSocketTcpInfo(struct tcp_info* info, int fd) { in GetSocketTcpInfo()
41 info->length = offsetof(tcp_info, length); in GetSocketTcpInfo()
Dinternal_errqueue.h100 struct tcp_info { struct
166 int GetSocketTcpInfo(tcp_info* info, int fd); argument
Dtraced_buffer_list.cc74 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()
Dtraced_buffer_list.h98 tcp_info info; // tcp_info collected on sendmsg
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dinternal_errqueue.cc41 int GetSocketTcpInfo(struct tcp_info* info, int fd) { in GetSocketTcpInfo()
43 info->length = offsetof(tcp_info, length); in GetSocketTcpInfo()
Dinternal_errqueue.h100 struct tcp_info { struct
166 int GetSocketTcpInfo(tcp_info* info, int fd); argument
Dtraced_buffer_list.cc74 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()
Dtraced_buffer_list.h98 tcp_info info; // tcp_info collected on sendmsg
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dbuffer_list.cc66 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()
Dinternal_errqueue.h110 struct tcp_info { struct
Dbuffer_list.h99 tcp_info info; // tcp_info collected on sendmsg
/external/grpc-grpc/src/core/lib/iomgr/
Dbuffer_list.cc66 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()
Dbuffer_list.h99 tcp_info info; // tcp_info collected on sendmsg
Dinternal_errqueue.h110 struct tcp_info { struct
/external/libnl/include/netlink/idiag/
Dmsg.h69 extern struct tcp_info idiagnl_msg_get_tcpinfo(const struct idiagnl_msg *);
71 struct tcp_info *);
/external/iperf3/src/
DMakefile.in152 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 …]
DMakefile.am41 tcp_info.c \
Dtcp_info.c99 socklen_t tcp_info_length = sizeof(struct tcp_info); in save_tcpinfo()
/external/linux-kselftest/tools/testing/selftests/net/mptcp/
Dmptcp_sockopt.c335 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/
Dmptcp.h118 __aligned_u64 tcp_info; member
/external/libnl/lib/idiag/
Didiag_msg_obj.c46 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/
Dtcp_rtt.c24 struct tcp_info info; in wait_for_ack()
/external/cronet/stable/net/socket/
Dtcp_socket_posix.cc120 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/
Dtcp_socket_posix.cc120 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/
Dtcp.h187 struct tcp_info struct

123