Searched refs:tcp_packets_in_flight (Results 1 – 7 of 7) sorted by relevance
24 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) in tcp_packets_in_flight() function49 tp->app_limited = (tp->delivered + tcp_packets_in_flight(tp)) ?: 1; in BPF_PROG()
203 tcp_packets_in_flight(tp) < tcp_snd_cwnd(tp) && in tcp_rate_check_app_limited()207 (tp->delivered + tcp_packets_in_flight(tp)) ? : 1; in tcp_rate_check_app_limited()
155 prior_inflight = tcp_packets_in_flight(tp); in tcp_rack_reo_timeout()157 if (prior_inflight != tcp_packets_in_flight(tp)) { in tcp_rack_reo_timeout()
499 cwnd = tcp_packets_in_flight(tp) + acked; in bbr_set_cwnd_to_recover_or_restore()508 *new_cwnd = max(cwnd, tcp_packets_in_flight(tp) + acked); in bbr_set_cwnd_to_recover_or_restore()902 bbr_packets_in_net_at_edt(sk, tcp_packets_in_flight(tcp_sk(sk))) <= in bbr_check_drain()966 (tp->delivered + tcp_packets_in_flight(tp)) ? : 1; in bbr_update_min_rtt()969 tcp_packets_in_flight(tp) <= bbr_cwnd_min_target) { in bbr_update_min_rtt()
167 if (tcp_packets_in_flight(tp) == 0) in tcp_event_data_sent()1025 tcp_snd_cwnd(tp) > tcp_packets_in_flight(tp)) { in tcp_tsq_write()2054 in_flight = tcp_packets_in_flight(tp); in tcp_cwnd_test()2203 in_flight = tcp_packets_in_flight(tp); in tcp_tso_should_defer()2442 if (tcp_packets_in_flight(tp) + 2 > tcp_snd_cwnd(tp)) { in tcp_mtu_probe()2443 if (!tcp_packets_in_flight(tp)) in tcp_mtu_probe()2783 is_cwnd_limited |= (tcp_packets_in_flight(tp) >= tcp_snd_cwnd(tp)); in tcp_write_xmit()3427 segs = tcp_snd_cwnd(tp) - tcp_packets_in_flight(tp); in tcp_xmit_retransmit_queue()
2016 WARN_ON((int)tcp_packets_in_flight(tp) < 0); in tcp_sacktag_write_queue()2174 tcp_snd_cwnd_set(tp, tcp_packets_in_flight(tp) + 1); in tcp_enter_loss()2647 int delta = tp->snd_ssthresh - tcp_packets_in_flight(tp); in tcp_cwnd_reduction()2666 tcp_snd_cwnd_set(tp, tcp_packets_in_flight(tp) + sndcnt); in tcp_cwnd_reduction()3839 rs.prior_in_flight = tcp_packets_in_flight(tp); in tcp_ack()5503 if (tcp_packets_in_flight(tp) >= tcp_snd_cwnd(tp)) in tcp_should_expand_sndbuf()
1217 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) in tcp_packets_in_flight() function