Home
last modified time | relevance | path

Searched refs:is_app_limited (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/net/ipv4/
Dtcp_rate.c69 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()
Dtcp_bbr.c716 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()
/linux-6.6.21/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h151 bool is_app_limited; /* is sample from packet with bubble in pipe? */ member
/linux-6.6.21/include/net/
Dtcp.h893 __u32 is_app_limited:1, /* cwnd not fully used? */ member
1059 bool is_app_limited; /* is sample from packet with bubble in pipe? */ member