Searched refs:BBR_CUM_ACKED (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | tcp_bbr.h | 154 #define BBR_CUM_ACKED 1 macro
|
| H A D | bbr.c | 6461 if (ack_type != BBR_CUM_ACKED) { in bbr_earlier_retran() 6790 if (ack_type == BBR_CUM_ACKED) in bbr_update_bbr_info() 6895 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt() 6911 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt() 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() 7546 bbr_isit_a_pkt_epoch(bbr, cts, rsm, __LINE__, BBR_CUM_ACKED); in bbr_log_ack() 7574 bbr_update_rtt(tp, bbr, &lrsm, to, cts, BBR_CUM_ACKED, th_ack); in bbr_log_ack() 7585 bbr_isit_a_pkt_epoch(bbr, cts, rsm, __LINE__, BBR_CUM_ACKED); in bbr_log_ack()
|