Lines Matching refs:acked
7293 uint32_t cts, acked, ack_point, sack_changed = 0; in bbr_log_ack() local
7610 acked = bbr_proc_sack_blk(tp, bbr, &sack_blocks[i], to, &rsm, cts); in bbr_log_ack()
7611 if (acked) { in bbr_log_ack()
7613 changed += acked; in bbr_log_ack()
7614 sack_changed += acked; in bbr_log_ack()
7686 int32_t acked; in bbr_process_ack() local
7791 acked = BYTES_THIS_ACK(tp, th); in bbr_process_ack()
7793 KMOD_TCPSTAT_ADD(tcps_rcvackbyte, acked); in bbr_process_ack()
7808 acked_amount = min(acked, (int)sbavail(&so->so_snd)); in bbr_process_ack()
7818 …bbr_ack_received(tp, bbr, th, acked, sack_changed, prev_acked, __LINE__, (bbr->r_ctl.rc_lost - los… in bbr_process_ack()
8563 int32_t acked; in bbr_fastack() local
8670 acked = BYTES_THIS_ACK(tp, th); in bbr_fastack()
8678 KMOD_TCPSTAT_ADD(tcps_rcvackbyte, acked); in bbr_fastack()
8679 sbdrop(&so->so_snd, acked); in bbr_fastack()
8693 bbr_ack_received(tp, bbr, th, acked, sack_changed, prev_acked, __LINE__, 0); in bbr_fastack()