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

/darwin-on-arm/xnu/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))
332 if (SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) {
348 SEQ_LT(sack.start, tp->snd_max) &&
395 if (SEQ_LT(tp->snd_fack, sblkp->start)) {
418 SEQ_LT(tp->snd_fack, sblkp->start))
421 SEQ_LT(tp->snd_fack, sblkp->end))
424 } else if (SEQ_LT(tp->snd_fack, sblkp->end))
565 if (SEQ_LT(p->rxmit, p->end)) {
566 if (SEQ_LT(p->rxmit, tp->snd_una)) {/* old SACK hole */
603 if (hole == NULL || SEQ_LT(hol
[all...]
H A Dtcp_output.c462 if (tp->sack_enable && SEQ_LT(tp->snd_nxt, tp->snd_max))
801 if (SEQ_LT(p->rxmit + len, tp->snd_una + so->so_snd.sb_cc))
804 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + so->so_snd.sb_cc))
827 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) {
1110 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) {
1309 else if (SEQ_LT(tp->snd_nxt, tp->snd_max) || sack_rxmit) {
1465 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) {
1478 !SEQ_LT(tp->snd_nxt, tp->snd_max) && !sack_rxmit) {
1540 SEQ_LT(tp->iaj_rwintop, tp->rcv_adv))
1542 if (SEQ_LT(t
[all...]
H A Dtcp_input.c2080 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) {
2854 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) ||
2947 if (tp->t_state == TCPS_SYN_RECEIVED && SEQ_LT(th->th_seq, tp->irs)) {
3331 if (SEQ_LT(th->th_ack, tp->snd_recover)) {
3508 if (SEQ_LT(tp->snd_nxt, tp->snd_una))
3603 (SEQ_LT(tp->snd_wl1, th->th_seq) ||
3604 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||
H A Dtcp_subr.c1757 SEQ_LT(icmp_tcp_seq, tp->snd_max)) {
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c2578 (SEQ_LT(tsval, dst->scrub->pfss_tsecr) ||
2581 SEQ_LT(tsecr, dst->scrub->pfss_tsval0))))) {
2591 SEQ_LT(tsval, dst->scrub->pfss_tsecr) ? '0' : ' ',
2595 SEQ_LT(tsecr, dst->scrub->pfss_tsval0)? '3' : ' '));
2711 (SEQ_LT(tsval, src->scrub->pfss_tsval0) ||

Completed in 95 milliseconds