Searched refs:how_far_is_the_ack (Results 1 – 1 of 1) sorted by relevance
2459 u64 srtt_in_ns, expected_ack, how_far_is_the_ack; in tcp_tso_should_defer() local2526 how_far_is_the_ack = expected_ack - tp->tcp_clock_cache; in tcp_tso_should_defer()2533 if ((s64)(how_far_is_the_ack - threshold) > 0) in tcp_tso_should_defer()