Searched refs:tcp_packets_in_flight (Results 1 – 3 of 3) sorted by relevance
944 if (tcp_packets_in_flight(tp) == 0) in tcp_transmit_skb()1606 in_flight = tcp_packets_in_flight(tp); in tcp_cwnd_test()1789 in_flight = tcp_packets_in_flight(tp); in tcp_tso_should_defer()1936 if (tcp_packets_in_flight(tp) + 2 > tp->snd_cwnd) { in tcp_mtu_probe()1937 if (!tcp_packets_in_flight(tp)) in tcp_mtu_probe()2189 if ((tp->snd_cwnd > tcp_packets_in_flight(tp)) && in tcp_schedule_loss_probe()2763 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd) in tcp_xmit_retransmit_queue()
1835 WARN_ON((int)tcp_packets_in_flight(tp) < 0); in tcp_sacktag_write_queue()2302 tcp_packets_in_flight(tp) + tcp_max_burst(tp)); in tcp_moderate_cwnd()2514 int delta = tp->snd_ssthresh - tcp_packets_in_flight(tp); in tcp_cwnd_reduction()2519 if (tcp_packets_in_flight(tp) > tp->snd_ssthresh) { in tcp_cwnd_reduction()2530 tp->snd_cwnd = tcp_packets_in_flight(tp) + sndcnt; in tcp_cwnd_reduction()4859 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd) in tcp_should_expand_sndbuf()
957 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) in tcp_packets_in_flight() function