Searched refs:BBR_CUM_ACKED (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tcp_bbr.h | 152 #define BBR_CUM_ACKED 1 macro
|
H A D | bbr.c | 6683 if (ack_type == BBR_CUM_ACKED) in bbr_update_bbr_info() 6790 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt() 6806 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt() 7266 bbr_update_rtt(tp, bbr, rsm, to, cts, BBR_CUM_ACKED, 0); in bbr_log_syn() 7404 bbr_update_rtt(tp, bbr, rsm, to, cts, BBR_CUM_ACKED, th_ack); in bbr_log_ack() 7436 bbr_isit_a_pkt_epoch(bbr, cts, rsm, __LINE__, BBR_CUM_ACKED); in bbr_log_ack() 7464 bbr_update_rtt(tp, bbr, &lrsm, to, cts, BBR_CUM_ACKED, th_ack); in bbr_log_ack() 7475 bbr_isit_a_pkt_epoch(bbr, cts, rsm, __LINE__, BBR_CUM_ACKED); in bbr_log_ack()
|