Home
last modified time | relevance | path

Searched refs:SEQ_LT (Results 1 – 3 of 3) sorted by relevance

/external/qemu/slirp2/
Dtcp_output.c166 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)) {
Dtcp.h153 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro
Dtcp_input.c750 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) ||