Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_newreno.c153 log.u_bbr.epoch = nreno->css_current_round; in newreno_log_hystart_event()
198 nreno->css_current_round = 0; in newreno_cb_init()
321 nreno->css_entered_at_round = nreno->css_current_round; in newreno_ack_received()
521 nreno->css_current_round = round_cnt; in newreno_newround()
H A Dcc_newreno.h41 uint32_t css_current_round; member
H A Dcc_cubic.c143 log.u_bbr.epoch = cubicd->css_current_round; in cubic_log_hystart_event()
213 cubicd->css_entered_at_round = cubicd->css_current_round; in cubic_does_slow_start()
401 cubic_data->css_current_round = 0; in cubic_cb_init()
690 cubicd->css_current_round = round_cnt; in cubic_newround()
H A Dcc_cubic.h120 uint32_t css_current_round; member