Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h607 uint32_t last_inbound_ts; /* Peers last timestamp */ member
H A Dbbr.c5350 rsm->r_del_ack_ts = bbr->r_ctl.last_inbound_ts; in bbr_update_rsm()
5975 rsm->r_del_ack_ts = bbr->r_ctl.last_inbound_ts; in bbr_log_output()
6175 peer_delta = bbr->r_ctl.last_inbound_ts - bbr->r_ctl.bbr_ts_check_tstmp; in bbr_make_timestamp_determination()
6318 bbr->r_ctl.bbr_ts_check_tstmp = bbr->r_ctl.last_inbound_ts; in tcp_bbr_xmit_timer_commit()
6495 ts_diff = max((bbr->r_ctl.last_inbound_ts - rsm->r_del_ack_ts), 1); in bbr_nf_measurement()
6502 bbr->r_ctl.last_inbound_ts, in bbr_nf_measurement()
11508 bbr->r_ctl.last_inbound_ts = to.to_tsval; in bbr_do_segment_nounlock()
11511 bbr->r_ctl.last_inbound_ts = 0; in bbr_do_segment_nounlock()