Lines Matching refs:SEQ_GT
473 SEQ_GT(tp->snd_fack, tp->snd_max)) { in cc_cong_signal()
491 SEQ_GT(tp->snd_fack, tp->snd_max)) { in cc_post_recovery()
1571 (SEQ_LEQ(th->th_ack, tp->iss) || SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment()
1780 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_do_segment()
1821 SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
1838 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_do_segment()
1987 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment()
2445 if (SEQ_GT(tp->iss + 1, tp->snd_una - tp->max_sndwnd)) { in tcp_do_segment()
2530 if (SEQ_GT(th->th_ack, tp->snd_una) && !(tp->t_flags & TF_NEEDSYN)) in tcp_do_segment()
2558 if (SEQ_GT(th->th_ack, tp->snd_max)) { in tcp_do_segment()
2758 if (SEQ_GT(th->th_ack, tp->snd_una)) { in tcp_do_segment()
2772 if (SEQ_GT(onxt, tp->snd_nxt)) in tcp_do_segment()
2868 KASSERT(SEQ_GT(th->th_ack, tp->snd_una), in tcp_do_segment()
2985 } else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
3054 SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_do_segment()
3062 if (SEQ_GT(tp->snd_una, tp->snd_recover)) { in tcp_do_segment()
3179 if (SEQ_GT(th->th_seq+th->th_urp, tp->rcv_up)) { in tcp_do_segment()
3206 if (SEQ_GT(tp->rcv_nxt, tp->rcv_up)) in tcp_do_segment()
3289 } else if ((tlen > 0) && SEQ_GT(tp->rcv_nxt, save_rnxt)) { in tcp_do_segment()
3320 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt)) in tcp_do_segment()
3445 (SEQ_GT(tp->snd_una, th->th_ack) || in tcp_do_segment()
3446 SEQ_GT(th->th_ack, tp->snd_max)) ) { in tcp_do_segment()
4181 if (SEQ_GT(onxt, tp->snd_nxt)) in tcp_newreno_partial_ack()