Lines Matching refs:SEQ_GT
630 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) { in tcp_reass()
1498 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_early_rexmt_check()
1708 } else if (SEQ_GT(th->th_seq, tp->rcv_nxt)) { in tcp_tfo_rcv_ack()
3075 (SEQ_GT(th->th_ack, tp->iss) && in tcp_input()
3193 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_input()
3266 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_input()
3642 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
3676 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
3907 if (SEQ_GT(tp->snd_nxt, th->th_ack)) { in tcp_input()
4193 SEQ_GT(tp->snd_max, tp->snd_una)) { in tcp_input()
4460 SEQ_GT(th->th_seq, tp->rcv_nxt)) { in tcp_input()
4819 if (SEQ_GT(th->th_ack, tp->snd_max)) { in tcp_input()
5200 if (SEQ_GT(onxt, tp->snd_nxt)) { in tcp_input()
5467 SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_input()
5483 if (SEQ_GT(tp->snd_una, tp->snd_recover)) { in tcp_input()
5660 if (SEQ_GT(th->th_seq + th->th_urp, tp->rcv_up)) { in tcp_input()
5690 if (SEQ_GT(tp->rcv_nxt, tp->rcv_up)) { in tcp_input()
6018 (SEQ_GT(tp->snd_una, th->th_ack) || in tcp_input()
6019 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
6458 if (tp->t_rtttime != 0 && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_compute_rtt()
6472 if (SEQ_GT(th->th_ack, tp->t_pipeack_lastuna)) { in tcp_compute_rtt()
6616 if (SEQ_GT(th_ack, tp->snd_una) && in tcp_xmit_timer()
7111 if (SEQ_GT(onxt, tp->snd_nxt)) { in tcp_newreno_partial_ack()