Home
last modified time | relevance | path

Searched refs:SEQ_GT (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_sack.c123 (SEQ_GT((_sb_)->end, (_sb_)->start) && \
124 SEQ_GT((_sb_)->start, (_tp_)->snd_una) && \
125 SEQ_GT((_sb_)->start, (_ack_)) && \
127 SEQ_GT((_sb_)->end, (_tp_)->snd_una) && \
169 if (SEQ_GT(head_blk.start, start)) { in tcp_update_sack_list()
189 if (SEQ_GT(head_blk.start, tp->rcv_nxt)) { in tcp_update_sack_list()
343 if (SEQ_GT(s->end, snd_fack)) { in tcp_sack_detect_reordering()
481 if (SEQ_GT(sack_blocks[i].end, sack_blocks[j].end)) { in tcp_sack_doack()
622 if (SEQ_GT(cur->rxmit, temp->rxmit)) { in tcp_sack_doack()
956 SEQ_GT(th->th_ack, tp->snd_una)) { in tcp_sack_process_dsack()
H A Dtcp_seq.h74 #define SEQ_GT(a, b) ((int)((a)-(b)) > 0) macro
78 #define SEQ_MAX(a, b) ((SEQ_GT(a, b)) ? (a) : (b))
H A Dtcp_output.c957 if (SEQ_GT(p->end, tp->snd_recover)) { in tcp_output()
1124 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) { in tcp_output()
1511 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt)) { in tcp_output()
1598 if (SEQ_GT(tp->snd_up, tp->snd_una)) { in tcp_output()
1620 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_output()
2393 } else if (SEQ_GT(tp->snd_up, tp->snd_una)) { in tcp_output()
2568 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_output()
2665 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { in tcp_output()
2709 SEQ_GT(tp->snd_nxt, tp->snd_una) && in tcp_output()
2761 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max)) { in tcp_output()
[all …]
H A Dtcp_input.c633 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) { in tcp_reass()
1543 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_early_rexmt_check()
1758 } else if (SEQ_GT(th->th_seq, tp->rcv_nxt)) { in tcp_tfo_rcv_ack()
2918 (SEQ_GT(th->th_ack, tp->iss) && in tcp_input()
3028 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_input()
3064 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_input()
3488 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
3568 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input()
3764 if (SEQ_GT(tp->snd_nxt, th->th_ack)) { in tcp_input()
4041 SEQ_GT(tp->snd_max, tp->snd_una)) { in tcp_input()
[all …]
H A Dtcp_subr.c3672 if (SEQ_GT(rxseg->rx_start, start)) { in tcp_rxtseg_insert()
3693 if (prev != NULL && SEQ_GT(prev->rx_end, start)) { in tcp_rxtseg_insert()
3694 if (prev->rx_start == start && SEQ_GT(end, prev->rx_end)) { in tcp_rxtseg_insert()
3760 if (SEQ_GT(rxseg->rx_start, start)) { in tcp_rxtseg_find()
4315 if (SEQ_GT(nm->notify_snd_una, elm->notify_snd_una)) { in tcp_add_notify_ack_marker()
H A Dmptcp_subr.c3566 if (SEQ_GT(tp->snd_una - mpts->mpts_iss, m->m_pkthdr.mp_rseq)) { in mptcp_reinject_mbufs()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c395 if (SEQ_GT(end, src->fse_seqlo)) { in flow_track_tcp()
477 if (SEQ_GT(end, src->fse_seqlo)) { in flow_track_tcp()
/xnu-8792.41.9/bsd/net/
H A Dpf_norm.c3102 SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) || in pf_normalize_tcp_stateful()
3103 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) || in pf_normalize_tcp_stateful()
3115 SEQ_GT(tsval, src->scrub->pfss_tsval + in pf_normalize_tcp_stateful()
3117 SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ', in pf_normalize_tcp_stateful()
H A Dpf.c7333 if (SEQ_GT(end, src->seqlo)) { in pf_test_state_tcp()
7442 if (SEQ_GT(end, src->seqlo)) { in pf_test_state_tcp()