Lines Matching refs:SEQ_GT
241 SEQ_GT(tp->snd_max, tp->snd_una) && /* SYN or SYN|ACK sent */ in tcp_default_output()
305 if (SEQ_GT(p->end, tp->snd_recover)) { in tcp_default_output()
435 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) { in tcp_default_output()
670 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt)) { in tcp_default_output()
707 if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_default_output()
722 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_default_output()
1135 else if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_default_output()
1283 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt) && in tcp_default_output()
1314 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_default_output()
1561 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { in tcp_default_output()
1644 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max)) in tcp_default_output()
1744 if (SEQ_GT(tp->rcv_nxt + recwin, tp->rcv_adv)) in tcp_default_output()