Searched refs:how_far_is_the_ack (Results 1 – 1 of 1) sorted by relevance
2458 u64 srtt_in_ns, expected_ack, how_far_is_the_ack; in tcp_tso_should_defer() local2525 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()