Searched refs:app_limited (Results 1 – 5 of 5) sorted by relevance
41 tp->app_limited = (tp->delivered + tcp_packets_in_flight(tp)) ?: 1; in BPF_PROG()
103 case offsetof(struct tcp_sock, app_limited): in bpf_tcp_ca_btf_struct_access()104 end = offsetofend(struct tcp_sock, app_limited); in bpf_tcp_ca_btf_struct_access()
1731 if (tp->app_limited && after(tp->delivered, tp->app_limited)) in tcp_rate_gen()1732 tp->app_limited = 0; in tcp_rate_gen()
1502 TCP_SKB_CB(skb)->tx.is_app_limited = tp->app_limited ? 1 : 0; in tcp_rate_skb_sent()
324 u32 app_limited; /* limited until "delivered" reaches this val */ member