Searched refs:is_app_limited (Results 1 – 4 of 4) sorted by relevance
69 TCP_SKB_CB(skb)->tx.is_app_limited = tp->app_limited ? 1 : 0; in tcp_rate_skb_sent()97 rs->is_app_limited = scb->tx.is_app_limited; in tcp_rate_skb_delivered()184 if (!rs->is_app_limited || in tcp_rate_gen()189 tp->rate_app_limited = rs->is_app_limited; in tcp_rate_gen()
716 if (rs->is_app_limited) { in bbr_lt_bw_sampling()797 if (!rs->is_app_limited || bw >= bbr_max_bw(sk)) { in bbr_update_bw()878 if (bbr_full_bw_reached(sk) || !bbr->round_start || rs->is_app_limited) in bbr_check_full_bw_reached()
151 bool is_app_limited; /* is sample from packet with bubble in pipe? */ member
893 __u32 is_app_limited:1, /* cwnd not fully used? */ member1059 bool is_app_limited; /* is sample from packet with bubble in pipe? */ member