Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_bbr.c98 round_start:1, /* start of packet-timed tx->ack round? */ member
595 if (bbr->mode == BBR_PROBE_BW && bbr->round_start && in bbr_lt_bw_sampling()
620 if (bbr->round_start) in bbr_lt_bw_sampling()
665 bbr->round_start = 0; in bbr_update_bw()
673 bbr->round_start = 1; in bbr_update_bw()
717 if (bbr_full_bw_reached(sk) || !bbr->round_start || rs->is_app_limited) in bbr_check_full_bw_reached()
818 if (bbr->round_start) in bbr_update_min_rtt()
872 bbr->round_start = 0; in bbr_init()
942 bbr->round_start = 1; /* treat RTO like end of a round */ in bbr_set_state()
Dtcp_cdg.c93 u32 round_start; member
153 ca->round_start = now_us; in tcp_cdg_hystart_update()
158 if (after(now_us, ca->round_start + base_owd)) { in tcp_cdg_hystart_update()
Dtcp_cubic.c98 u32 round_start; /* beginning of each round */ member
133 ca->round_start = ca->last_ack = bictcp_clock(); in bictcp_hystart_reset()
392 if ((s32)(now - ca->round_start) > ca->delay_min >> 4) { in hystart_update()