Searched refs:prev_acked (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 2147 uint32_t prev_acked, int32_t meth, uint32_t target, uint32_t th_ack, int32_t line) in bbr_log_type_cwndupd() argument 2154 log.u_bbr.flex2 = prev_acked; in bbr_log_type_cwndupd() 3595 uint32_t sack_changed, uint32_t prev_acked, int32_t line, uint32_t losses) in bbr_ack_received() argument 3637 if (bytes_this_ack > prev_acked) { in bbr_ack_received() 3638 bytes_this_ack -= prev_acked; in bbr_ack_received() 3701 prev_acked, 1, target_cwnd, th->th_ack, line); in bbr_ack_received() 3744 …bbr_log_type_cwndupd(bbr, saved_bytes, sack_changed, prev_acked, meth, target_cwnd, th->th_ack, li… in bbr_ack_received() 7302 uint32_t *prev_acked) in bbr_log_ack() argument 7637 *prev_acked = p_acked; in bbr_log_ack() 7709 uint32_t prev_acked = 0; in bbr_process_ack() local [all …]
|