Lines Matching defs:acked
1525 int acked, ourfinisacked, needoutput = 0;
1755 * free the data acked & wake any higher level process
1833 acked = BYTES_THIS_ACK(tp, th);
1841 TCPSTAT_ADD(tcps_rcvackbyte, acked);
1842 sbdrop(&so->so_snd, acked);
1865 * If all outstanding data are acked, stop
1882 else if (acked > 1)
2031 * if SYN has been acked change to ESTABLISHED else SYN_RCVD state
2032 * arrange for segment to be acked (eventually)
2064 tp->snd_una++; /* SYN is acked */
2069 * has been acked, resend the remainder right away.
2952 acked = BYTES_THIS_ACK(tp, th);
2953 KASSERT(acked >= 0, ("%s: acked unexepectedly negative "
2957 TCPSTAT_ADD(tcps_rcvackbyte, acked);
2978 * number was acked, update smoothed round trip time.
3009 acked == sbavail(&so->so_snd)) ||
3010 acked > sbavail(&so->so_snd))
3012 else if (acked > 1)
3016 * If all outstanding data is acked, stop retransmit
3018 * If there is more data to be acked, restart retransmit
3031 if (acked == 0) {
3043 if (acked > sbavail(&so->so_snd)) {
3052 mfree = sbcut_locked(&so->so_snd, acked);
3053 if (tp->snd_wnd >= (uint32_t) acked)
3054 tp->snd_wnd -= acked;
3121 * and/or to be acked, as well as for the ack of our FIN.
3403 * If still in FIN_WAIT_1 STATE FIN has not been acked so
4137 * when no new data is acked.