SEQ_LT
(SEQ_LT(tsval, dst->scrub->pfss_tsecr) ||
SEQ_LT(tsecr, dst->scrub->pfss_tsval0))))) {
SEQ_LT(tsval, dst->scrub->pfss_tsecr) ? '0' : ' ',
SEQ_LT(tsecr, dst->scrub->pfss_tsval0)? '3' : ' '));
(SEQ_LT(tsval, src->scrub->pfss_tsval0) ||
if (SEQ_LT(th->th_ack, tp->snd_high)) {
} else if (SEQ_LT(th->th_ack, tp->snd_recover)) {
if (SEQ_LT(th->th_ack, tp->snd_high)) {
if (SEQ_LT(tp->snd_high, tp->snd_una))
if (SEQ_LT(tp->snd_nxt, tp->snd_una))
if (SEQ_LT(tp->snd_high, tp->snd_una))
SEQ_LT(th->th_ack,
if (SEQ_LT(tp->snd_nxt, tp->snd_una))
if (SEQ_LT(tp->snd_high, tp->snd_una))
if ((tiflags & TH_ACK) && (SEQ_LT(tp->snd_wl1, th->th_seq) ||
(tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||
if (SEQ_LT(q->ipqe_seq + q->ipqe_len, pkt_seq)) {
if (SEQ_LT(q->ipqe_seq, pkt_seq) &&
SEQ_LT(q->ipqe_seq, pkt_seq + pkt_len)) {
else if (SEQ_LT(tp->snd_nxt, tp->snd_max)) {
if (TCP_SACK_ENABLED(tp) && SEQ_LT(tp->snd_nxt, tp->snd_max))
if (SEQ_LT(p->rxmit + len, tp->snd_una + so->so_snd.sb_cc))
if (SEQ_LT(tp->snd_nxt, tp->snd_max))
if (SEQ_LT(th->th_ack, tp->snd_una) || SEQ_GT(th->th_ack, tp->snd_max))
for (j = i; (j > 0) && SEQ_LT(left, t_sack_block[j - 1].left);
if (SEQ_LT(cur->start, sack->left) &&
if (SEQ_LT(tp->rcv_lastsack, sack->left)) {
if (SEQ_LT(tp->rcv_lastsack, sack->right)) {
} else if (SEQ_LT(cur->start, lastack)) {
if (SEQ_LT(cur->rxmit, cur->start))
if (SEQ_LT(cur->rxmit, cur->end)) {
if (SEQ_LT(cur->rxmit, tp->snd_una)) {
if (SEQ_LT(tp->snd_nxt, cur->end))
if (SEQ_LT(tp->snd_nxt, cur->end))
#define SEQ_MIN(a, b) ((SEQ_LT(a, b)) ? (a) : (b))
if (SEQ_LT(tp->iss + so->so_snd.sb_hiwat * 16, tp->snd_max) &&
if (SEQ_LT(seq, tp->snd_una) || SEQ_GT(seq, tp->snd_max))
if (SEQ_LT(tp->t_pmtud_th_seq, seq))
if (SEQ_LT(th->th_seq, sc->sc_irs) ||
SEQ_LT(tp->t_pmtud_th_seq, (int)(tp->snd_una + tp->t_ourmss))) {