Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h701 uint32_t cur_rtt_send_time; /* Time we sent our rtt measured packet */ member
H A Dbbr.c6111 bbr->r_ctl.cur_rtt_send_time = rsm_send_time; in tcp_bbr_xmit_timer()
6155 delta = bbr->r_ctl.cur_rtt_send_time - bbr->r_ctl.bbr_ts_check_our_cts; in bbr_make_timestamp_determination()
6309 bbr->r_ctl.bbr_ts_check_our_cts = bbr->r_ctl.cur_rtt_send_time; in tcp_bbr_xmit_timer_commit()