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

/xnu-2422.115.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))
333 if (SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) {
349 SEQ_LT(sack.start, tp->snd_max) &&
399 if (SEQ_LT(tp->snd_fack, sblkp->start)) {
424 SEQ_LT(tp->snd_fack, sblkp->start))
427 SEQ_LT(tp->snd_fack, sblkp->end)) {
432 } else if (SEQ_LT(tp->snd_fack, sblkp->end)) {
579 if (SEQ_LT(p->rxmit, p->end)) {
580 if (SEQ_LT(p->rxmit, tp->snd_una)) {/* old SACK hole */
617 if (hole == NULL || SEQ_LT(hol
[all...]
H A Dtcp_output.c481 if (SACK_ENABLED(tp) && SEQ_LT(tp->snd_nxt, tp->snd_max))
848 if (SEQ_LT(p->rxmit + len, tp->snd_una + so->so_snd.sb_cc))
851 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + so->so_snd.sb_cc))
898 if (SEQ_LT(tp->snd_nxt, tp->snd_max))
1197 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) {
1434 else if (SEQ_LT(tp->snd_nxt, tp->snd_max) || sack_rxmit) {
1632 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) {
1645 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) {
1708 SEQ_LT(tp->iaj_rwintop, tp->rcv_adv))
1710 if (SEQ_LT(t
[all...]
H A Dtcp_input.c2136 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) {
2971 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) ||
3061 if (tp->t_state == TCPS_SYN_RECEIVED && SEQ_LT(th->th_seq, tp->irs)) {
3623 if (SEQ_LT(th->th_ack, tp->snd_recover)) {
3780 if (SEQ_LT(tp->snd_nxt, tp->snd_una))
3897 (SEQ_LT(tp->snd_wl1, th->th_seq) ||
3898 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||
H A Dtcp_subr.c1786 SEQ_LT(icmp_tcp_seq, tp->snd_max)) {
/xnu-2422.115.4/bsd/net/
H A Dpf_norm.c2588 (SEQ_LT(tsval, dst->scrub->pfss_tsecr) ||
2591 SEQ_LT(tsecr, dst->scrub->pfss_tsval0))))) {
2601 SEQ_LT(tsval, dst->scrub->pfss_tsecr) ? '0' : ' ',
2605 SEQ_LT(tsecr, dst->scrub->pfss_tsval0)? '3' : ' '));
2721 (SEQ_LT(tsval, src->scrub->pfss_tsval0) ||

Completed in 60 milliseconds