Searched refs:SEQ_LT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_seq.h72 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro
77 #define SEQ_MIN(a, b) ((SEQ_LT(a, b)) ? (a) : (b))
H A Dtcp_sack.c166 if (SEQ_LT(head_blk.end, end))
325 if (SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) {
384 if (SEQ_LT(tp->snd_fack, sblkp->start)) {
407 SEQ_LT(tp->snd_fack, sblkp->start))
410 SEQ_LT(tp->snd_fack, sblkp->end))
413 } else if (SEQ_LT(tp->snd_fack, sblkp->end))
552 if (SEQ_LT(p->rxmit, p->end)) {
553 if (SEQ_LT(p->rxmit, tp->snd_una)) {/* old SACK hole */
590 if (hole == NULL || SEQ_LT(hole->rxmit, hole->end))
593 if (SEQ_LT(hol
[all...]
H A Dtcp_output.c388 if (tp->sack_enable && SEQ_LT(tp->snd_nxt, tp->snd_max))
616 if (SEQ_LT(p->rxmit + len, tp->snd_una + so->so_snd.sb_cc))
619 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + so->so_snd.sb_cc))
657 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) {
889 !SEQ_LT(tp->snd_nxt, tp->snd_max)) {
1055 else if (SEQ_LT(tp->snd_nxt, tp->snd_max)) {
1219 !SEQ_LT(tp->snd_nxt, tp->snd_max)) {
H A Dtcp_input.c1363 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) {
2029 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) ||
2111 if (tp->t_state == TCPS_SYN_RECEIVED && SEQ_LT(th->th_seq, tp->irs)) {
2464 if (SEQ_LT(th->th_ack, tp->snd_recover)) {
2685 if (SEQ_LT(tp->snd_nxt, tp->snd_una))
2775 (SEQ_LT(tp->snd_wl1, th->th_seq) ||
2776 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||
H A Dtcp_subr.c1315 SEQ_LT(icmp_seq, tp->snd_max))

Completed in 34 milliseconds