Searched refs:prev_acked (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 2139 uint32_t prev_acked, int32_t meth, uint32_t target, uint32_t th_ack, int32_t line) in bbr_log_type_cwndupd() argument 2146 log.u_bbr.flex2 = prev_acked; in bbr_log_type_cwndupd() 3584 uint32_t sack_changed, uint32_t prev_acked, int32_t line, uint32_t losses) in bbr_ack_received() argument 3626 if (bytes_this_ack > prev_acked) { in bbr_ack_received() 3627 bytes_this_ack -= prev_acked; in bbr_ack_received() 3690 prev_acked, 1, target_cwnd, th->th_ack, line); in bbr_ack_received() 3733 …bbr_log_type_cwndupd(bbr, saved_bytes, sack_changed, prev_acked, meth, target_cwnd, th->th_ack, li… in bbr_ack_received() 7285 uint32_t *prev_acked) in bbr_log_ack() argument 7618 *prev_acked = p_acked; in bbr_log_ack() 7690 uint32_t prev_acked = 0; in bbr_process_ack() local [all …]
|