Home
last modified time | relevance | path

Searched refs:rc_del_time (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h550 uint32_t rc_del_time; member
H A Dbbr.c3036 bbr->r_ctl.rc_lt_time = bbr->r_ctl.rc_del_time; in bbr_reset_lt_bw_interval()
3213 if (TSTMP_GEQ(bbr->r_ctl.rc_del_time, bbr->r_ctl.rc_lt_time)) in bbr_lt_bw_sampling()
3214 d_time = bbr->r_ctl.rc_del_time - bbr->r_ctl.rc_lt_time; in bbr_lt_bw_sampling()
6007 rsm->r_del_time = bbr->r_ctl.rc_del_time; in bbr_log_output()
6558 if (TSTMP_GT(bbr->r_ctl.rc_del_time, rsm->r_del_time)) in bbr_nf_measurement()
6559 tim = (uint64_t)(bbr->r_ctl.rc_del_time - rsm->r_del_time); in bbr_nf_measurement()
6675 if (TSTMP_GT(bbr->r_ctl.rc_del_time, rsm->r_del_time)) in bbr_google_measurement()
6758 bbr->r_ctl.rc_del_time = cts; in bbr_update_bbr_info()
8020 bbr->r_ctl.rc_del_time = cts; in bbr_exit_persist()
10110 bbr->r_ctl.rc_del_time = cts; in bbr_init()
[all …]