Searched refs:tcp_info (Results 1 – 15 of 15) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_connection.cc | 932 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/ |
D | msg.h | 75 extern struct tcp_info idiagnl_msg_get_tcpinfo(const struct idiagnl_msg *); 77 struct tcp_info *);
|
/third_party/grpc/src/core/lib/iomgr/ |
D | buffer_list.cc | 64 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()
|
D | buffer_list.h | 100 grpc_core::tcp_info info; /* tcp_info collected on sendmsg */
|
D | internal_errqueue.h | 110 struct tcp_info { struct
|
/third_party/libnl/lib/idiag/ |
D | idiag_msg_obj.c | 415 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/ |
D | tcp.h | 184 struct tcp_info { struct
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | tcp.h | 184 struct tcp_info { struct
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | tcp.h | 184 struct tcp_info { struct
|
/third_party/musl/include/netinet/ |
D | tcp.h | 184 struct tcp_info { struct
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | tcp.h | 184 struct tcp_info { struct
|
/third_party/musl/ndk_musl_include/netinet/ |
D | tcp.h | 184 struct tcp_info { struct
|
/third_party/gstreamer/gstplugins_base/ |
D | meson.build | 423 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>')
|
D | ChangeLog | 9952 The members of the tcp_info struct are prefixed with a double
|
/third_party/libnl/include/netlink-private/ |
D | types.h | 1098 struct tcp_info idiag_tcpinfo;
|