Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_bbr.c100 round_start:1, /* start of packet-timed tx->ack round? */ member
697 if (bbr->mode == BBR_PROBE_BW && bbr->round_start && in bbr_lt_bw_sampling()
722 if (bbr->round_start) in bbr_lt_bw_sampling()
767 bbr->round_start = 0; in bbr_update_bw()
775 bbr->round_start = 1; in bbr_update_bw()
828 if (bbr->round_start) { in bbr_update_ack_aggregation()
879 if (bbr_full_bw_reached(sk) || !bbr->round_start || rs->is_app_limited) in bbr_check_full_bw_reached()
976 if (bbr->round_start) in bbr_update_min_rtt()
1061 bbr->round_start = 0; in bbr_init()
1138 bbr->round_start = 1; /* treat RTO like end of a round */ in bbr_set_state()
H A Dtcp_cubic.c101 u32 round_start; /* beginning of each round */ member
123 ca->round_start = ca->last_ack = bictcp_clock_us(sk); in bictcp_hystart_reset()
412 if ((s32)(now - ca->round_start) > threshold) { in hystart_update()
415 now - ca->round_start, threshold, in hystart_update()
H A Dtcp_cdg.c94 u32 round_start; member
154 ca->round_start = now_us; in tcp_cdg_hystart_update()
159 if (after(now_us, ca->round_start + base_owd)) { in tcp_cdg_hystart_update()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c96 __u32 round_start; /* beginning of each round */ member
174 ca->round_start = ca->last_ack = bictcp_clock_us(sk); in bictcp_hystart_reset()
477 if ((__s32)(now - ca->round_start) > threshold) { in hystart_update()