Searched refs:tcp_packets_in_flight (Results 1 – 3 of 3) sorted by relevance
243 if (tcp_is_vegas(tp) && tcp_packets_in_flight(tp) == 0) in tcp_transmit_skb()945 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd) in tcp_xmit_retransmit_queue()993 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd) in tcp_xmit_retransmit_queue()
1159 BUG_TRAP((int)tcp_packets_in_flight(tp) >= 0); in tcp_sacktag_write_queue()1234 tp->snd_cwnd = tp->frto_counter + tcp_packets_in_flight(tp)+1; in tcp_enter_frto_loss()1582 tcp_packets_in_flight(tp)+tcp_max_burst(tp)); in tcp_moderate_cwnd()1611 tp->snd_cwnd = min(tp->snd_cwnd, tcp_packets_in_flight(tp)+1); in tcp_cwnd_down()2524 tp->snd_cwnd = tcp_packets_in_flight(tp) + 2; in tcp_process_frto()2822 prior_in_flight = tcp_packets_in_flight(tp); in tcp_ack()3866 tcp_packets_in_flight(tp) >= tp->snd_cwnd || in __tcp_data_snd_check()
1108 static __inline__ unsigned int tcp_packets_in_flight(struct tcp_opt *tp) in tcp_packets_in_flight() function1245 tcp_packets_in_flight(tp) + 1U); in __tcp_enter_cwr()1334 ((tcp_packets_in_flight(tp) < tp->snd_cwnd) || in tcp_snd_test()