Searched refs:tcp_info (Results 1 – 7 of 7) sorted by relevance
2 // Test rwnd limited time in tcp_info for client side.27 // Check that rwnd limited time in tcp_info is around 0.1s.33 // Check that rwnd limited time in tcp_info is around 0.2s.46 // Check that rwnd limited time in tcp_info is around 0.3s
2 // Test send-buffer-limited time in tcp_info for client side.
109 __aligned_u64 tcp_info; member119 struct tcp_info tcp_info; member384 struct tcp_info ti[2]; in do_getsockopt_tcp_info()393 ti.d.size_user = sizeof(struct tcp_info); in do_getsockopt_tcp_info()410 s->tcp_info = ti.ti[0]; in do_getsockopt_tcp_info()506 struct tcp_info tcp_info[2]; in do_getsockopt_mptcp_full_info() local512 memset(tcp_info, 0, sizeof(tcp_info)); in do_getsockopt_mptcp_full_info()515 mfi.size_tcpinfo_user = sizeof(struct tcp_info); in do_getsockopt_mptcp_full_info()519 mfi.tcp_info = (unsigned long)&tcp_info[0]; in do_getsockopt_mptcp_full_info()551 assert(tcp_info[0].tcpi_bytes_sent == s->tcp_info.tcpi_bytes_sent); in do_getsockopt_mptcp_full_info()[all …]
28 struct tcp_info info; in wait_for_ack()
158 socklen_t sz = sizeof(struct tcp_info); in tcp_info_get_rcv_mss()159 struct tcp_info info; in tcp_info_get_rcv_mss()
214 struct tcp_info { struct
663 struct tcp_info info;
Completed in 18 milliseconds