Lines Matching refs:last_ack_sent
3545 SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
3546 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd))) { in tcp_input()
3567 SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
3568 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in tcp_input()
3745 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_input()
4477 if ((SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
4478 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in tcp_input()
4480 ((tp->last_ack_sent == th->th_seq) || in tcp_input()
4481 (tp->last_ack_sent - 1 == th->th_seq)))) { in tcp_input()
4482 if (tp->last_ack_sent == th->th_seq || tp->last_ack_sent - 1 == th->th_seq) { in tcp_input()
4798 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
4799 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in tcp_input()
6153 (tp->t_unacksegs_ce >= 2 && tp->last_ack_sent != tp->rcv_nxt) || in tcp_input()