Searched refs:bbr_update_rtt (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 6773 bbr_update_rtt(struct tcpcb *tp, struct tcp_bbr *bbr, in bbr_update_rtt() function 7073 bbr_update_rtt(tp, bbr, rsm, to, cts, BBR_SACKED, 0); in bbr_proc_sack_blk() 7138 bbr_update_rtt(tp, bbr, rsm, to, cts, BBR_SACKED, 0); in bbr_proc_sack_blk() 7285 bbr_update_rtt(tp, bbr, rsm, to, cts, BBR_CUM_ACKED, 0); in bbr_log_syn() 7425 bbr_update_rtt(tp, bbr, rsm, to, cts, BBR_CUM_ACKED, th_ack); in bbr_log_ack() 7485 bbr_update_rtt(tp, bbr, &lrsm, to, cts, BBR_CUM_ACKED, th_ack); in bbr_log_ack()
|