Searched refs:bbr_update_rtt (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 6865 bbr_update_rtt(struct tcpcb *tp, struct tcp_bbr *bbr, in bbr_update_rtt() function 7162 bbr_update_rtt(tp, bbr, rsm, to, cts, BBR_SACKED, 0); in bbr_proc_sack_blk() 7227 bbr_update_rtt(tp, bbr, rsm, to, cts, BBR_SACKED, 0); in bbr_proc_sack_blk() 7374 bbr_update_rtt(tp, bbr, rsm, to, cts, BBR_CUM_ACKED, 0); in bbr_log_syn() 7514 bbr_update_rtt(tp, bbr, rsm, to, cts, BBR_CUM_ACKED, th_ack); in bbr_log_ack() 7574 bbr_update_rtt(tp, bbr, &lrsm, to, cts, BBR_CUM_ACKED, th_ack); in bbr_log_ack()
|