Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h93 uint32_t r_first_sent_time; /* Time of first pkt in flight sent */ member
H A Dbbr.c4403 nrsm->r_first_sent_time = rsm->r_first_sent_time; in bbr_clone_rsm()
5370 rsm->r_first_sent_time = bbr_get_earliest_send_outstanding(bbr, rsm, cts); in bbr_update_rsm()
5971 rsm->r_first_sent_time = bbr_get_earliest_send_outstanding(bbr, rsm, cts); in bbr_log_output()
6521 if (rsm->r_first_sent_time && in bbr_nf_measurement()
6522 TSTMP_GT(rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)],rsm->r_first_sent_time)) { in bbr_nf_measurement()
6537 sti = rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)] - rsm->r_first_sent_time; in bbr_nf_measurement()
6546 rsm->r_first_sent_time, 0, (sbw >> 32), in bbr_nf_measurement()
6597 if (rsm->r_first_sent_time && in bbr_google_measurement()
6598 TSTMP_GT(rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)],rsm->r_first_sent_time)) { in bbr_google_measurement()
6613 sti = rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)] - rsm->r_first_sent_time; in bbr_google_measurement()
[all …]