Lines Matching defs:acked
3718 * has been acked.
4002 * - The data being acked is less than a full segment (a stretch ack
4014 * packets still in flight that is not acked.
4026 * not acked. This will be the one that was sent the longest time
4046 * the highest seq not acked. In theory when this is called it
4308 * Ok the first one is acked (this really should not happen
4309 * since we remove the from the tmap once they are acked)
4601 * Ok we need to arrange the last un-acked segment to be re-sent, or
4602 * optionally the first un-acked segment.
4858 * un-acked.
4925 /* Clear the count (we just un-acked them) */
4962 * Retransmission timer went off. Message has not been acked within
5322 * we cleared the "acked" flag.
5771 * we have acked at least the initial cwnd worth of data.
6918 /* Skip original segment he is acked */
7149 * Now can we merge this newly acked
7293 uint32_t cts, acked, ack_point, sack_changed = 0;
7398 * It was acked on the scoreboard -- remove it from
7412 * There are acked segments ACKED on the
7451 * It was acked on the scoreboard -- remove it from total
7452 * for the part being cum-acked.
7460 * It was acked up to th_ack point for the first time
7488 * i.e. one that it had previously acked. The only way that
7491 * us snd_una up to (rsm->r_end). We need to undo the acked
7610 acked = bbr_proc_sack_blk(tp, bbr, &sack_blocks[i], to, &rsm, cts);
7611 if (acked) {
7613 changed += acked;
7614 sack_changed += acked;
7686 int32_t acked;
7791 acked = BYTES_THIS_ACK(tp, th);
7793 KMOD_TCPSTAT_ADD(tcps_rcvackbyte, acked);
7808 acked_amount = min(acked, (int)sbavail(&so->so_snd));
7818 bbr_ack_received(tp, bbr, th, acked, sack_changed, prev_acked, __LINE__, (bbr->r_ctl.rc_lost - lost));
8010 * the win and acked that data. We would
8388 * acked so enter the CLOSING state.
8563 int32_t acked;
8670 acked = BYTES_THIS_ACK(tp, th);
8678 KMOD_TCPSTAT_ADD(tcps_rcvackbyte, acked);
8679 sbdrop(&so->so_snd, acked);
8693 bbr_ack_received(tp, bbr, th, acked, sack_changed, prev_acked, __LINE__, 0);
8700 * If all outstanding data are acked, stop retransmit timer,
8758 * been acked change to ESTABLISHED else SYN_RCVD state arrange for
8759 * segment to be acked (eventually) continue processing rest of
8803 * has been acked, resend the remainder right away.
8824 * The SYN is acked
9185 * the data acked & wake any higher level process that was blocked
12370 * acked our one byte. Though we do have
12443 * If FIN has been sent but not acked, but we haven't been
12770 * or normal send (response to acked data) to clear the tlp
14065 /* Don't mess with ones acked (by sack?) */