Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c556 bool is_full_length = in bbr_is_next_cycle_phase() local
565 return is_full_length; /* just use wall clock time */ in bbr_is_next_cycle_phase()
576 return is_full_length && in bbr_is_next_cycle_phase()
584 return is_full_length || in bbr_is_next_cycle_phase()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c558 bool is_full_length = in bbr_is_next_cycle_phase() local
567 return is_full_length; /* just use wall clock time */ in bbr_is_next_cycle_phase()
578 return is_full_length && in bbr_is_next_cycle_phase()
586 return is_full_length || in bbr_is_next_cycle_phase()

Completed in 4 milliseconds