Searched refs:tcp_packets_in_flight (Results 1 – 4 of 4) sorted by relevance
16 static unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) in tcp_left_out() 41 tp->app_limited = (tp->delivered + tcp_packets_in_flight(tp)) ?: 1; in BPF_PROG() 18 static unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) tcp_packets_in_flight() function
2410 WARN_ON((int)tcp_packets_in_flight(tp) < 0); in tcp_sacktag_write_queue()2574 tcp_snd_cwnd_set(tp, tcp_packets_in_flight(tp) + 1); in tcp_enter_loss()2989 int delta = tp->snd_ssthresh - tcp_packets_in_flight(tp); in tcp_cwnd_reduction()3010 tcp_snd_cwnd_set(tp, tcp_packets_in_flight(tp) + sndcnt); in tcp_cwnd_reduction()4311 rs.prior_in_flight = tcp_packets_in_flight(tp); in tcp_ack()6036 if (tcp_packets_in_flight(tp) >= tcp_snd_cwnd(tp)) in tcp_should_expand_sndbuf()
1112 tcp_packets_in_flight(tp) < tcp_snd_cwnd(tp) && in tcp_rate_check_app_limited()1116 (tp->delivered + tcp_packets_in_flight(tp)) ? : 1; in tcp_rate_check_app_limited()
1501 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) in tcp_packets_in_flight() function