Searched refs:SEQ_LT (Results 1 – 8 of 8) sorted by relevance
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | tcp_sack.c | 126 SEQ_LT((_sb_)->start, (_tp_)->snd_max) && \ 172 if (SEQ_LT(head_blk.end, end)) { in tcp_update_sack_list() 365 if (SEQ_LT(s->rxmit, sacked_seq) && in tcp_sack_detect_reordering() 447 if (SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) { in tcp_sack_doack() 511 if (SEQ_LT(tp->snd_fack, sblkp->start)) { in tcp_sack_doack() 536 SEQ_LT(tp->snd_fack, sblkp->start)) { in tcp_sack_doack() 540 SEQ_LT(tp->snd_fack, sblkp->end)) { in tcp_sack_doack() 545 } else if (SEQ_LT(tp->snd_fack, sblkp->end)) { in tcp_sack_doack() 704 if (SEQ_LT(tp->snd_fack, tp->snd_recover) && in tcp_sack_partialack() 733 if (SEQ_LT(p->rxmit, p->end)) { in tcp_sack_output_debug() [all …]
|
| H A D | tcp_seq.h | 72 #define SEQ_LT(a, b) ((int)((a)-(b)) < 0) macro 77 #define SEQ_MIN(a, b) ((SEQ_LT(a, b)) ? (a) : (b))
|
| H A D | tcp_output.c | 762 if (so->so_flags & SOF_MP_SUBFLOW && SEQ_LT(tp->snd_nxt, tp->snd_una)) { in tcp_output() 911 if (SACK_ENABLED(tp) && SEQ_LT(tp->snd_nxt, tp->snd_max)) { in tcp_output() 1095 SEQ_LT(tp->snd_fack, tp->snd_recover) && in tcp_output() 1356 if (SEQ_LT(p->rxmit + len, tp->snd_una + so->so_snd.sb_cc)) { in tcp_output() 1360 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + so->so_snd.sb_cc)) { in tcp_output() 1403 if (SEQ_LT(bg_rwintop, tp->rcv_nxt + min_iaj_win)) { in tcp_output() 1450 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) { in tcp_output() 2126 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) { in tcp_output() 2244 } else if (SEQ_LT(tp->snd_nxt, tp->snd_max) || sack_rxmit) { in tcp_output() 2446 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) { in tcp_output() [all …]
|
| H A D | tcp_input.c | 1776 (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_update_window() 1777 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_update_window() 1814 if (SACK_ENABLED(tp) && SEQ_LT(tp->send_highest_sack, tp->snd_una)) { in tcp_update_snd_una() 2819 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd))) { in tcp_input() 2836 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in tcp_input() 3149 if (SEQ_LT(tp->rcv_high, tp->rcv_nxt)) { in tcp_input() 3754 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) { in tcp_input() 3857 SEQ_LT(tp->snd_una, th->th_ack)) { in tcp_input() 4027 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in tcp_input() 4153 if (tp->t_state == TCPS_SYN_RECEIVED && SEQ_LT(th->th_seq, tp->irs)) { in tcp_input() [all …]
|
| H A D | tcp_rledbat.c | 269 if (SEQ_LT(th->th_seq + segment_len, tp->rcv_high) && in tcp_rledbat_data_rcvd()
|
| H A D | tcp_subr.c | 2518 SEQ_LT(icmp_tcp_seq, tp->snd_max)) { in tcp_ctlinput() 2681 SEQ_LT(icmp_tcp_seq, tp->snd_max)) { in tcp6_ctlinput() 3703 if (next != NULL && SEQ_LT(next->rx_start, end)) { in tcp_rxtseg_insert() 3712 if (!SEQ_LT(start, end)) { in tcp_rxtseg_insert() 3824 if (SEQ_LT(th_ack, tp->snd_recover)) { in tcp_rxtseg_detect_bad_rexmt()
|
| H A D | tcp_usrreq.c | 1019 if ((flags & MSG_WAITALL) && SEQ_LT(tp->last_ack_sent, tp->rcv_nxt)) { in tcp_usr_rcvd()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | pf_norm.c | 3101 (SEQ_LT(tsval, dst->scrub->pfss_tsecr) || in pf_normalize_tcp_stateful() 3104 SEQ_LT(tsecr, dst->scrub->pfss_tsval0))))) { in pf_normalize_tcp_stateful() 3114 SEQ_LT(tsval, dst->scrub->pfss_tsecr) ? '0' : ' ', in pf_normalize_tcp_stateful() 3118 SEQ_LT(tsecr, dst->scrub->pfss_tsval0)? '3' : ' ')); in pf_normalize_tcp_stateful() 3235 (SEQ_LT(tsval, src->scrub->pfss_tsval0) || in pf_normalize_tcp_stateful()
|