Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_newreno.c157 log.u_bbr.delivered = nreno->css_lowrtt_fas; in newreno_log_hystart_event()
203 nreno->css_lowrtt_fas = 0; in newreno_cb_init()
312 nreno->css_fas_at_css_entry = nreno->css_lowrtt_fas; in newreno_ack_received()
533 CCV(ccv, snd_ssthresh) = ((nreno->css_lowrtt_fas + nreno->css_fas_at_css_entry) / 2); in newreno_newround()
535 CCV(ccv, snd_ssthresh) = nreno->css_lowrtt_fas; in newreno_newround()
568 nreno->css_lowrtt_fas = nreno->css_last_fas; in newreno_rttsample()
H A Dcc_cubic.c147 log.u_bbr.delivered = cubicd->css_lowrtt_fas; in cubic_log_hystart_event()
204 cubicd->css_fas_at_css_entry = cubicd->css_lowrtt_fas; in cubic_does_slow_start()
406 cubic_data->css_lowrtt_fas = 0; in cubic_cb_init()
662 cubicd->css_lowrtt_fas = cubicd->css_last_fas; in cubic_rttsample()
702 CCV(ccv, snd_ssthresh) = ((cubicd->css_lowrtt_fas + cubicd->css_fas_at_css_entry) / 2); in cubic_newround()
704 CCV(ccv, snd_ssthresh) = cubicd->css_lowrtt_fas; in cubic_newround()
H A Dcc_newreno.h43 uint32_t css_lowrtt_fas; member
H A Dcc_cubic.h122 uint32_t css_lowrtt_fas; member