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.c4401 nrsm->r_first_sent_time = rsm->r_first_sent_time; in bbr_clone_rsm()
5368 rsm->r_first_sent_time = bbr_get_earliest_send_outstanding(bbr, rsm, cts); in bbr_update_rsm()
5969 rsm->r_first_sent_time = bbr_get_earliest_send_outstanding(bbr, rsm, cts); in bbr_log_output()
6519 if (rsm->r_first_sent_time && in bbr_nf_measurement()
6520 TSTMP_GT(rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)],rsm->r_first_sent_time)) { in bbr_nf_measurement()
6535 sti = rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)] - rsm->r_first_sent_time; in bbr_nf_measurement()
6544 rsm->r_first_sent_time, 0, (sbw >> 32), in bbr_nf_measurement()
6595 if (rsm->r_first_sent_time && in bbr_google_measurement()
6596 TSTMP_GT(rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)],rsm->r_first_sent_time)) { in bbr_google_measurement()
6611 sti = rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)] - rsm->r_first_sent_time; in bbr_google_measurement()
[all …]