Home
last modified time | relevance | path

Searched refs:is_full_length (Results 1 – 5 of 5) sorted by relevance

/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_bbr.c594 int is_full_length = (ts - cc->cycle_stamp) > cc->rt_prop; in bbr_is_next_cycle_phase() local
597 return is_full_length && (ack->bytes_lost > 0 || in bbr_is_next_cycle_phase()
603 return is_full_length || in bbr_is_next_cycle_phase()
607 return is_full_length; in bbr_is_next_cycle_phase()
/dports/multimedia/libv4l/linux-5.13-rc2/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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/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()
/dports/devel/monotone/monotone-1.1/src/
H A Dselectors.cc255 bool is_full_length() const in is_full_length() function in ident_selector
920 if (isel && isel->is_full_length()) in complete()