Lines Matching refs:SEQ_GT
639 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) { in tcp_reass()
1562 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_early_rexmt_check()
1777 } else if (SEQ_GT(th->th_seq, tp->rcv_nxt)) { in tcp_tfo_rcv_ack()
2865 (SEQ_GT(th->th_ack, tp->iss) && in tcp_input()
2975 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_input()
3011 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_input()
3372 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
3406 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
3499 if (SEQ_GT(tp->snd_nxt, th->th_ack)) { in tcp_input()
3772 SEQ_GT(tp->snd_max, tp->snd_una)) { in tcp_input()
4039 SEQ_GT(th->th_seq, tp->rcv_nxt)) { in tcp_input()
4317 if (SEQ_GT(th->th_ack, tp->snd_max)) { in tcp_input()
4688 if (SEQ_GT(onxt, tp->snd_nxt)) { in tcp_input()
4889 SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_input()
4902 if (SEQ_GT(tp->snd_una, tp->snd_recover)) { in tcp_input()
5062 if (SEQ_GT(th->th_seq + th->th_urp, tp->rcv_up)) { in tcp_input()
5092 if (SEQ_GT(tp->rcv_nxt, tp->rcv_up)) { in tcp_input()
5403 (SEQ_GT(tp->snd_una, th->th_ack) || in tcp_input()
5404 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
5824 if (tp->t_rtttime != 0 && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_compute_rtt()
5838 if (SEQ_GT(th->th_ack, tp->t_pipeack_lastuna)) { in tcp_compute_rtt()
5968 if (SEQ_GT(th_ack, tp->snd_una) && in tcp_xmit_timer()
6476 if (SEQ_GT(onxt, tp->snd_nxt)) { in tcp_newreno_partial_ack()