Searched refs:last_ack_sent (Results 1 – 7 of 7) sorted by relevance
200 (tp->rcv_nxt - tp->last_ack_sent <= tp->t_maxseg || in tcp_cc_delay_ack()202 (tp->rcv_nxt - tp->last_ack_sent) < (recwin >> 2) && in tcp_cc_delay_ack()203 (tp->rcv_nxt - tp->last_ack_sent) < 256 * tp->t_maxseg) { in tcp_cc_delay_ack()
3011 SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()3012 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd))) { in tcp_input()3033 SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()3034 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in tcp_input()3215 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_input()4223 if ((SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()4224 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in tcp_input()4226 ((tp->last_ack_sent == th->th_seq) || in tcp_input()4227 (tp->last_ack_sent - 1 == th->th_seq)))) { in tcp_input()4228 if (tp->last_ack_sent == th->th_seq || tp->last_ack_sent - 1 == th->th_seq) { in tcp_input()[all …]
502 tcp_seq last_ack_sent; member1180 tcp_seq last_ack_sent; member1592 tcp_seq last_ack_sent; member1675 tcp_seq last_ack_sent; member
283 xt->last_ack_sent = tp->last_ack_sent; in tcpcb_to_xtcpcb_n()
1676 (tp->last_ack_sent != tp->rcv_nxt || in tcp_output()1689 (tp->last_ack_sent != tp->rcv_nxt || in tcp_output()1705 tp->last_ack_sent != tp->rcv_nxt && in tcp_output()2788 tp->last_ack_sent = tp->rcv_nxt; in tcp_output()3563 tp->last_ack_sent = tp->rcv_nxt; in tcp_ip_output()
1960 otp->last_ack_sent = tp->last_ack_sent; in tcpcb_to_otcpcb()2144 otp->last_ack_sent = tp->last_ack_sent; in tcpcb_to_xtcpcb64()
1051 if ((flags & MSG_WAITALL) && SEQ_LT(tp->last_ack_sent, tp->rcv_nxt)) { in tcp_usr_rcvd()