Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_output.c2458 u64 srtt_in_ns, expected_ack, how_far_is_the_ack; in tcp_tso_should_defer() local
2525 how_far_is_the_ack = expected_ack - tp->tcp_clock_cache; in tcp_tso_should_defer()
2532 if ((s64)(how_far_is_the_ack - threshold) > 0) in tcp_tso_should_defer()