Home
last modified time | relevance | path

Searched refs:bbr_packets_in_net_at_edt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c434 static u32 bbr_packets_in_net_at_edt(struct sock *sk, u32 inflight_now) in bbr_packets_in_net_at_edt() function
567 inflight = bbr_packets_in_net_at_edt(sk, rs->prior_in_flight); in bbr_is_next_cycle_phase()
900 bbr_packets_in_net_at_edt(sk, tcp_packets_in_flight(tcp_sk(sk))) <= in bbr_check_drain()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c436 static u32 bbr_packets_in_net_at_edt(struct sock *sk, u32 inflight_now) in bbr_packets_in_net_at_edt() function
569 inflight = bbr_packets_in_net_at_edt(sk, rs->prior_in_flight); in bbr_is_next_cycle_phase()
902 bbr_packets_in_net_at_edt(sk, tcp_packets_in_flight(tcp_sk(sk))) <= in bbr_check_drain()

Completed in 4 milliseconds