Lines Matching defs:acked
301 icmp_check(struct tcpcb *tp, const struct tcphdr *th, int acked)
316 if (tp->t_pmtud_mss_acked < acked)
317 tp->t_pmtud_mss_acked = acked;
1200 int todrop, acked, ourfinisacked, needoutput = 0;
1805 * the sender side of the transfer. Just free the data acked and
1851 acked = th->th_ack - tp->snd_una;
1856 acked);
1860 if (acked > (tp->t_lastoff - tp->t_inoff))
1862 sbdrop(&so->so_snd, acked);
1863 tp->t_lastoff -= acked;
1865 icmp_check(tp, th, acked);
1887 * If all outstanding data are acked, stop
2056 * if SYN has been acked change to ESTABLISHED else SYN_RCVD state
2057 * arrange for segment to be acked (eventually)
2531 acked = th->th_ack - tp->snd_una;
2534 _NET_STATADD_REF(tcps, TCP_STAT_RCVACKBYTE, acked);
2541 * number was acked, update smoothed round trip time.
2552 * If all outstanding data is acked, stop retransmit
2554 * If there is more data to be acked, restart retransmit
2564 * New data has been acked, adjust the congestion window.
2569 if (acked > so->so_snd.sb_cc) {
2574 if (acked > (tp->t_lastoff - tp->t_inoff))
2576 sbdrop(&so->so_snd, acked);
2577 tp->t_lastoff -= acked;
2578 if (tp->snd_wnd > acked)
2579 tp->snd_wnd -= acked;
2586 icmp_check(tp, th, acked);
2639 * and/or to be acked, as well as for the ack of our FIN.
2822 * If still in FIN_WAIT_1 STATE FIN has not been acked so