Searched refs:SEQ_LT (Results 1 – 3 of 3) sorted by relevance
166 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + so->so_snd.sb_cc))191 if (SEQ_LT(tp->snd_nxt, tp->snd_max))343 else if (SEQ_LT(tp->snd_nxt, tp->snd_max)) {
153 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro
750 if (SEQ_LT(tp->snd_nxt, tp->snd_una))1198 if (SEQ_LT(tp->snd_nxt, tp->snd_una))1270 (SEQ_LT(tp->snd_wl1, ti->ti_seq) ||1271 (tp->snd_wl1 == ti->ti_seq && (SEQ_LT(tp->snd_wl2, ti->ti_ack) ||