Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_bbr.c70 round_start:1, /* start of packet-timed tx->ack round? */ member
560 if (bbr->mode == BBR_PROBE_BW && bbr->round_start && in bbr_lt_bw_sampling()
585 if (bbr->round_start) in bbr_lt_bw_sampling()
630 bbr->round_start = 0; in bbr_update_bw()
638 bbr->round_start = 1; in bbr_update_bw()
682 if (bbr_full_bw_reached(sk) || !bbr->round_start || rs->is_app_limited) in bbr_check_full_bw_reached()
766 if (bbr->round_start) in bbr_update_min_rtt()
824 bbr->round_start = 0; in bbr_init()
892 bbr->round_start = 1; /* treat RTO like end of a round */ in bbr_set_state()
Dtcp_cdg.c92 u32 round_start; member
152 ca->round_start = now_us; in tcp_cdg_hystart_update()
157 if (after(now_us, ca->round_start + base_owd)) { in tcp_cdg_hystart_update()
Dtcp_cubic.c99 u32 round_start; /* beginning of each round */ member
134 ca->round_start = ca->last_ack = bictcp_clock(); in bictcp_hystart_reset()
403 if ((s32)(now - ca->round_start) > ca->delay_min >> 4) { in hystart_update()