Searched refs:cong_win (Results 1 – 1 of 1) sorted by relevance
2437 u32 send_win, cong_win, limit, in_flight, threshold; in tcp_tso_should_defer() local2464 cong_win = (tcp_snd_cwnd(tp) - in_flight) * tp->mss_cache; in tcp_tso_should_defer()2466 limit = min(send_win, cong_win); in tcp_tso_should_defer()2521 if (cong_win < send_win) { in tcp_tso_should_defer()2522 if (cong_win <= skb->len) { in tcp_tso_should_defer()