Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_minisocks.c631 newtp->total_rto_time = (u32)(tcp_clock_us() - in tcp_create_openreq_child()
636 newtp->total_rto_time = tcp_clock_ms() - in tcp_create_openreq_child()
H A Dtcp_input.c2502 tp->total_rto_time = 0; in tcp_clear_retrans()
3206 tp->total_rto_time += tcp_time_stamp_ms(tp) - tp->rto_stamp; in tcp_update_rto_time()
/linux/include/linux/
H A Dtcp.h467 u32 total_rto_time; /* ms spent in (completed) RTO recoveries. */ member