Lines Matching refs:SEQ_LT
569 if (SEQ_LT(q->ipqe_seq + q->ipqe_len, pkt_seq)) {
620 if (SEQ_LT(q->ipqe_seq, pkt_seq) &&
641 SEQ_LT(q->ipqe_seq, pkt_seq + pkt_len)) {
1869 if (SEQ_LT(tp->snd_high, tp->snd_una))
2074 if (SEQ_LT(tp->snd_nxt, tp->snd_una))
2076 if (SEQ_LT(tp->snd_high, tp->snd_una))
2515 SEQ_LT(th->th_ack,
2591 if (SEQ_LT(tp->snd_nxt, tp->snd_una))
2593 if (SEQ_LT(tp->snd_high, tp->snd_una))
2666 if ((tiflags & TH_ACK) && (SEQ_LT(tp->snd_wl1, th->th_seq) ||
2667 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||