Lines Matching refs:SEQ_GT
621 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) { in tcp_reass()
1411 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_early_rexmt_check()
1623 } else if (SEQ_GT(th->th_seq, tp->rcv_nxt)) { in tcp_tfo_rcv_ack()
3641 (SEQ_GT(th->th_ack, tp->iss) && in tcp_input()
3759 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_input()
3829 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_input()
4090 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
4125 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
4206 if (SEQ_GT(tp->snd_nxt, th->th_ack)) { in tcp_input()
4492 SEQ_GT(tp->snd_max, tp->snd_una)) { in tcp_input()
4605 bool higher_seq = SEQ_GT(th->th_seq, tp->rcv_nxt); in tcp_input()
5052 if (SEQ_GT(th->th_ack, tp->snd_max)) { in tcp_input()
5438 if (SEQ_GT(onxt, tp->snd_nxt)) { in tcp_input()
5707 SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_input()
5723 if (SEQ_GT(tp->snd_una, tp->snd_recover)) { in tcp_input()
5901 if (SEQ_GT(th->th_seq + th->th_urp, tp->rcv_up)) { in tcp_input()
5931 if (SEQ_GT(tp->rcv_nxt, tp->rcv_up)) { in tcp_input()
6269 (SEQ_GT(tp->snd_una, th->th_ack) || in tcp_input()
6270 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
6720 if (tp->t_rtttime != 0 && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_compute_rtt()
6734 if (SEQ_GT(th->th_ack, tp->t_pipeack_lastuna)) { in tcp_compute_rtt()
6878 if (SEQ_GT(th_ack, tp->snd_una) && in tcp_xmit_timer()
7375 if (SEQ_GT(onxt, tp->snd_nxt)) { in tcp_newreno_partial_ack()