Searched refs:SEQ_GT (Results 1 – 9 of 9) sorted by relevance
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | tcp_sack.c | 123 (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 D | tcp_seq.h | 74 #define SEQ_GT(a, b) ((int)((a)-(b)) > 0) macro 78 #define SEQ_MAX(a, b) ((SEQ_GT(a, b)) ? (a) : (b))
|
| H A D | tcp_output.c | 985 if (SEQ_GT(p->end, tp->snd_recover)) { in tcp_output() 1156 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) { in tcp_output() 1560 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt)) { in tcp_output() 1647 if (SEQ_GT(tp->snd_up, tp->snd_una)) { in tcp_output() 1669 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_output() 2498 } else if (SEQ_GT(tp->snd_up, tp->snd_una)) { in tcp_output() 2673 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_output() 2770 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { in tcp_output() 2814 SEQ_GT(tp->snd_nxt, tp->snd_una) && in tcp_output() 2866 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max)) { in tcp_output() [all …]
|
| H A D | tcp_input.c | 636 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) { in tcp_reass() 1494 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_early_rexmt_check() 1709 } else if (SEQ_GT(th->th_seq, tp->rcv_nxt)) { in tcp_tfo_rcv_ack() 2966 (SEQ_GT(th->th_ack, tp->iss) && in tcp_input() 3084 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_input() 3120 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_input() 3481 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input() 3515 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input() 3734 if (SEQ_GT(tp->snd_nxt, th->th_ack)) { in tcp_input() 4017 SEQ_GT(tp->snd_max, tp->snd_una)) { in tcp_input() [all …]
|
| H A D | tcp_subr.c | 3687 if (SEQ_GT(rxseg->rx_start, start)) { in tcp_rxtseg_insert() 3708 if (prev != NULL && SEQ_GT(prev->rx_end, start)) { in tcp_rxtseg_insert() 3709 if (prev->rx_start == start && SEQ_GT(end, prev->rx_end)) { in tcp_rxtseg_insert() 3775 if (SEQ_GT(rxseg->rx_start, start)) { in tcp_rxtseg_find() 4329 if (SEQ_GT(nm->notify_snd_una, elm->notify_snd_una)) { in tcp_add_notify_ack_marker()
|
| H A D | mptcp_subr.c | 2253 if (SEQ_GT(sseq + tp->irs, tp->rcv_nxt - so->so_rcv.sb_cc)) { in mptcp_subflow_soreceive() 3577 if (SEQ_GT(tp->snd_una - mpts->mpts_iss, m->m_pkthdr.mp_rseq)) { in mptcp_reinject_mbufs()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 409 if (SEQ_GT(end, src->fse_seqlo)) { in flow_track_tcp() 491 if (SEQ_GT(end, src->fse_seqlo)) { in flow_track_tcp()
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | pf_norm.c | 3101 SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) || in pf_normalize_tcp_stateful() 3102 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) || in pf_normalize_tcp_stateful() 3114 SEQ_GT(tsval, src->scrub->pfss_tsval + in pf_normalize_tcp_stateful() 3116 SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ', in pf_normalize_tcp_stateful()
|
| H A D | pf.c | 7389 if (SEQ_GT(end, src->seqlo)) { in pf_test_state_tcp() 7498 if (SEQ_GT(end, src->seqlo)) { in pf_test_state_tcp()
|