Lines Matching refs:SEQ_GT
634 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) { in tcp_reass()
1550 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_early_rexmt_check()
1765 } else if (SEQ_GT(th->th_seq, tp->rcv_nxt)) { in tcp_tfo_rcv_ack()
3023 (SEQ_GT(th->th_ack, tp->iss) && in tcp_input()
3141 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_input()
3177 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_input()
3540 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
3574 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
3793 if (SEQ_GT(tp->snd_nxt, th->th_ack)) { in tcp_input()
4076 SEQ_GT(tp->snd_max, tp->snd_una)) { in tcp_input()
4343 SEQ_GT(th->th_seq, tp->rcv_nxt)) { in tcp_input()
4687 if (SEQ_GT(th->th_ack, tp->snd_max)) { in tcp_input()
5059 if (SEQ_GT(onxt, tp->snd_nxt)) { in tcp_input()
5274 SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_input()
5287 if (SEQ_GT(tp->snd_una, tp->snd_recover)) { in tcp_input()
5449 if (SEQ_GT(th->th_seq + th->th_urp, tp->rcv_up)) { in tcp_input()
5479 if (SEQ_GT(tp->rcv_nxt, tp->rcv_up)) { in tcp_input()
5814 (SEQ_GT(tp->snd_una, th->th_ack) || in tcp_input()
5815 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
6236 if (tp->t_rtttime != 0 && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_compute_rtt()
6250 if (SEQ_GT(th->th_ack, tp->t_pipeack_lastuna)) { in tcp_compute_rtt()
6394 if (SEQ_GT(th_ack, tp->snd_una) && in tcp_xmit_timer()
6895 if (SEQ_GT(onxt, tp->snd_nxt)) { in tcp_newreno_partial_ack()