Home
last modified time | relevance | path

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

/linux/net/ipv4/ !
H A Dtcp_output.c2438 u64 srtt_in_ns, expected_ack, how_far_is_the_ack; in tcp_tso_should_defer() local
2501 srtt_in_ns = (u64)(NSEC_PER_USEC >> 3) * tp->srtt_us; in tcp_tso_should_defer()
2503 expected_ack = head->tstamp + srtt_in_ns; in tcp_tso_should_defer()
2510 threshold = min(srtt_in_ns >> 1, NSEC_PER_MSEC); in tcp_tso_should_defer()