Home
last modified time | relevance | path

Searched refs:total_rto_time (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp_minisocks.c603 newtp->total_rto_time = (u32)(tcp_clock_us() - in tcp_create_openreq_child()
608 newtp->total_rto_time = tcp_clock_ms() - in tcp_create_openreq_child()
H A Dtcp_input.c2141 tp->total_rto_time = 0; in tcp_clear_retrans()
2937 tp->total_rto_time += tcp_time_stamp_ms(tp) - tp->rto_stamp; in tcp_update_rto_time()
H A Dtcp.c4227 info->tcpi_total_rto_time = tp->total_rto_time; in tcp_get_info()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst137 u32 total_rto_time
/linux-6.15/include/linux/
H A Dtcp.h442 u32 total_rto_time; /* ms spent in (completed) RTO recoveries. */ member