Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h387 u32 total_rto_time; /* ms spent in (completed) RTO recoveries. */ member
/openbmc/linux/net/ipv4/
H A Dtcp_minisocks.c565 newtp->total_rto_time = tcp_time_stamp_raw() - in tcp_create_openreq_child()
H A Dtcp_input.c2114 tp->total_rto_time = 0; in tcp_clear_retrans()
2909 tp->total_rto_time += tcp_time_stamp(tp) - tp->rto_stamp; in tcp_update_rto_time()
H A Dtcp.c3857 info->tcpi_total_rto_time = tp->total_rto_time; in tcp_get_info()