Lines Matching refs:SEQ_LT
1783 (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_update_window()
1784 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_update_window()
1821 if (SACK_ENABLED(tp) && SEQ_LT(tp->send_highest_sack, tp->snd_una)) { in tcp_update_snd_una()
2924 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd))) { in tcp_input()
2946 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in tcp_input()
3262 if (SEQ_LT(tp->rcv_high, tp->rcv_nxt)) { in tcp_input()
3783 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) { in tcp_input()
3889 SEQ_LT(tp->snd_una, th->th_ack)) { in tcp_input()
4062 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in tcp_input()
4188 if (tp->t_state == TCPS_SYN_RECEIVED && SEQ_LT(th->th_seq, tp->irs)) { in tcp_input()
4648 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) { in tcp_input()
4696 if (SEQ_LT(th->th_ack, tp->snd_una - tp->max_sndwnd)) { in tcp_input()
5090 if (SEQ_LT(th->th_ack, tp->snd_recover)) { in tcp_input()
5291 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) { in tcp_input()
5553 if (SEQ_LT(tp->rcv_high, tp->rcv_nxt)) { in tcp_input()
5607 if (SEQ_LT(tp->rcv_high, th->th_seq + tlen)) { in tcp_input()
6299 if (SEQ_LT(tp->rcv_nxt, tp->rcv_rtt_est_seq)) { in tcp_compute_rcv_rtt()