Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_connection.cc932 struct tcp_info tcp_info; in get_tcp_hint() local
933 socklen_t tcp_info_len = sizeof(tcp_info); in get_tcp_hint()
936 rv = getsockopt(fd, IPPROTO_TCP, TCP_INFO, &tcp_info, &tcp_info_len); in get_tcp_hint()
942 auto avail_packets = tcp_info.tcpi_snd_cwnd > tcp_info.tcpi_unacked in get_tcp_hint()
943 ? tcp_info.tcpi_snd_cwnd - tcp_info.tcpi_unacked in get_tcp_hint()
965 (avail_packets + 2) * (tcp_info.tcpi_snd_mss - tls_overhead); in get_tcp_hint()
987 hint->rwin = tcp_info.tcpi_rcv_space; in get_tcp_hint()
/third_party/libnl/include/netlink/idiag/
Dmsg.h75 extern struct tcp_info idiagnl_msg_get_tcpinfo(const struct idiagnl_msg *);
77 struct tcp_info *);
/third_party/grpc/src/core/lib/iomgr/
Dbuffer_list.cc64 const grpc_core::tcp_info* info) { in extract_opt_stats_from_tcp_info()
68 if (info->length > offsetof(grpc_core::tcp_info, tcpi_sndbuf_limited)) { in extract_opt_stats_from_tcp_info()
86 if (info->length > offsetof(grpc_core::tcp_info, tcpi_dsack_dups)) { in extract_opt_stats_from_tcp_info()
191 static int get_socket_tcp_info(grpc_core::tcp_info* info, int fd) { in get_socket_tcp_info()
Dbuffer_list.h100 grpc_core::tcp_info info; /* tcp_info collected on sendmsg */
Dinternal_errqueue.h110 struct tcp_info { struct
/third_party/libnl/lib/idiag/
Didiag_msg_obj.c415 struct tcp_info idiagnl_msg_get_tcpinfo(const struct idiagnl_msg *msg) in idiagnl_msg_get_tcpinfo()
420 void idiagnl_msg_set_tcpinfo(struct idiagnl_msg *msg, struct tcp_info *tinfo) in idiagnl_msg_set_tcpinfo()
422 memcpy(&msg->idiag_tcpinfo, tinfo, sizeof(struct tcp_info)); in idiagnl_msg_set_tcpinfo()
678 [INET_DIAG_INFO] = { .minlen = sizeof(struct tcp_info) },
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dtcp.h184 struct tcp_info { struct
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dtcp.h184 struct tcp_info { struct
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dtcp.h184 struct tcp_info { struct
/third_party/musl/include/netinet/
Dtcp.h184 struct tcp_info { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dtcp.h184 struct tcp_info { struct
/third_party/musl/ndk_musl_include/netinet/
Dtcp.h184 struct tcp_info { struct
/third_party/gstreamer/gstplugins_base/
Dmeson.build423 if cc.has_member('struct tcp_info', '__tcpi_reordering', prefix: '#include <netinet/tcp.h>')
427 if cc.has_member('struct tcp_info', 'tcpi_reordering', prefix: '#include <netinet/tcp.h>')
DChangeLog9952 The members of the tcp_info struct are prefixed with a double
/third_party/libnl/include/netlink-private/
Dtypes.h1098 struct tcp_info idiag_tcpinfo;