Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c7455 struct bbr_sendmap lrsm; in bbr_log_ack() local
7457 memcpy(&lrsm, rsm, sizeof(struct bbr_sendmap)); in bbr_log_ack()
7458 lrsm.r_end = th_ack; in bbr_log_ack()
7459 bbr_update_rtt(tp, bbr, &lrsm, to, cts, BBR_CUM_ACKED, th_ack); in bbr_log_ack()