round_start 98 net/ipv4/tcp_bbr.c round_start:1, /* start of packet-timed tx->ack round? */ round_start 694 net/ipv4/tcp_bbr.c if (bbr->mode == BBR_PROBE_BW && bbr->round_start && round_start 719 net/ipv4/tcp_bbr.c if (bbr->round_start) round_start 764 net/ipv4/tcp_bbr.c bbr->round_start = 0; round_start 772 net/ipv4/tcp_bbr.c bbr->round_start = 1; round_start 825 net/ipv4/tcp_bbr.c if (bbr->round_start) { round_start 876 net/ipv4/tcp_bbr.c if (bbr_full_bw_reached(sk) || !bbr->round_start || rs->is_app_limited) round_start 973 net/ipv4/tcp_bbr.c if (bbr->round_start) round_start 1058 net/ipv4/tcp_bbr.c bbr->round_start = 0; round_start 1135 net/ipv4/tcp_bbr.c bbr->round_start = 1; /* treat RTO like end of a round */ round_start 94 net/ipv4/tcp_cdg.c u32 round_start; round_start 154 net/ipv4/tcp_cdg.c ca->round_start = now_us; round_start 159 net/ipv4/tcp_cdg.c if (after(now_us, ca->round_start + base_owd)) { round_start 99 net/ipv4/tcp_cubic.c u32 round_start; /* beginning of each round */ round_start 134 net/ipv4/tcp_cubic.c ca->round_start = ca->last_ack = bictcp_clock(); round_start 393 net/ipv4/tcp_cubic.c if ((s32)(now - ca->round_start) > ca->delay_min >> 4) {