Home
last modified time | relevance | path

Searched refs:lt_rtt_cnt (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dtcp_bbr.c103 lt_rtt_cnt:7, /* round trips in long-term interval */ member
640 bbr->lt_rtt_cnt = 0; in bbr_reset_lt_bw_sampling_interval()
670 bbr->lt_rtt_cnt = 0; in bbr_lt_bw_interval_done()
695 ++bbr->lt_rtt_cnt >= bbr_lt_bw_max_rtts) { in bbr_lt_bw_sampling()
720 bbr->lt_rtt_cnt++; /* count round trips in this interval */ in bbr_lt_bw_sampling()
721 if (bbr->lt_rtt_cnt < bbr_lt_intvl_min_rtts) in bbr_lt_bw_sampling()
723 if (bbr->lt_rtt_cnt > 4 * bbr_lt_intvl_min_rtts) { in bbr_lt_bw_sampling()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dtcp_bbr.c103 lt_rtt_cnt:7, /* round trips in long-term interval */ member
640 bbr->lt_rtt_cnt = 0; in bbr_reset_lt_bw_sampling_interval()
670 bbr->lt_rtt_cnt = 0; in bbr_lt_bw_interval_done()
695 ++bbr->lt_rtt_cnt >= bbr_lt_bw_max_rtts) { in bbr_lt_bw_sampling()
720 bbr->lt_rtt_cnt++; /* count round trips in this interval */ in bbr_lt_bw_sampling()
721 if (bbr->lt_rtt_cnt < bbr_lt_intvl_min_rtts) in bbr_lt_bw_sampling()
723 if (bbr->lt_rtt_cnt > 4 * bbr_lt_intvl_min_rtts) { in bbr_lt_bw_sampling()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dtcp_bbr.c103 lt_rtt_cnt:7, /* round trips in long-term interval */ member
640 bbr->lt_rtt_cnt = 0; in bbr_reset_lt_bw_sampling_interval()
670 bbr->lt_rtt_cnt = 0; in bbr_lt_bw_interval_done()
695 ++bbr->lt_rtt_cnt >= bbr_lt_bw_max_rtts) { in bbr_lt_bw_sampling()
720 bbr->lt_rtt_cnt++; /* count round trips in this interval */ in bbr_lt_bw_sampling()
721 if (bbr->lt_rtt_cnt < bbr_lt_intvl_min_rtts) in bbr_lt_bw_sampling()
723 if (bbr->lt_rtt_cnt > 4 * bbr_lt_intvl_min_rtts) { in bbr_lt_bw_sampling()