Lines Matching refs:snd_cwnd
143 u32 cwnd = tp->snd_cwnd; in tcp_cwnd_restart()
152 tp->snd_cwnd = max(cwnd, restart_cwnd); in tcp_cwnd_restart()
1356 if (tp->packets_out >= tp->snd_cwnd) { in tcp_cwnd_validate()
1417 cwnd = tp->snd_cwnd; in tcp_cwnd_test()
1614 BUG_ON(tcp_skb_pcount(skb) <= 1 || (tp->snd_cwnd <= in_flight)); in tcp_tso_should_defer()
1619 cong_win = (tp->snd_cwnd - in_flight) * tp->mss_cache; in tcp_tso_should_defer()
1634 u32 chunk = min(tp->snd_wnd, tp->snd_cwnd * tp->mss_cache); in tcp_tso_should_defer()
1692 tp->snd_cwnd < 11 || in tcp_mtu_probe()
1715 if (tcp_packets_in_flight(tp) + 2 > tp->snd_cwnd) { in tcp_mtu_probe()
1783 tp->snd_cwnd--; in tcp_mtu_probe()
1943 if ((tp->snd_cwnd > tcp_packets_in_flight(tp)) && in tcp_schedule_loss_probe()
2488 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd) in tcp_xmit_retransmit_queue()