Searched refs:SEQ_GT (Results 1 – 9 of 9) sorted by relevance
| /xnu-10002.81.5/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() 1561 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt)) { in tcp_output() 1648 if (SEQ_GT(tp->snd_up, tp->snd_una)) { in tcp_output() 1670 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_output() 2499 } else if (SEQ_GT(tp->snd_up, tp->snd_una)) { in tcp_output() 2674 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_output() 2771 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { in tcp_output() 2815 SEQ_GT(tp->snd_nxt, tp->snd_una) && in tcp_output() 2867 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max)) { in tcp_output() [all …]
|
| H A D | tcp_input.c | 634 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) { in tcp_reass() 1550 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_early_rexmt_check() 1765 } else if (SEQ_GT(th->th_seq, tp->rcv_nxt)) { in tcp_tfo_rcv_ack() 3023 (SEQ_GT(th->th_ack, tp->iss) && in tcp_input() 3141 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_input() 3177 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_input() 3540 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input() 3574 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_input() 3793 if (SEQ_GT(tp->snd_nxt, th->th_ack)) { in tcp_input() 4076 SEQ_GT(tp->snd_max, tp->snd_una)) { in tcp_input() [all …]
|
| H A D | tcp_subr.c | 3689 if (SEQ_GT(rxseg->rx_start, start)) { in tcp_rxtseg_insert() 3710 if (prev != NULL && SEQ_GT(prev->rx_end, start)) { in tcp_rxtseg_insert() 3711 if (prev->rx_start == start && SEQ_GT(end, prev->rx_end)) { in tcp_rxtseg_insert() 3777 if (SEQ_GT(rxseg->rx_start, start)) { in tcp_rxtseg_find() 4332 if (SEQ_GT(nm->notify_snd_una, elm->notify_snd_una)) { in tcp_add_notify_ack_marker()
|
| H A D | mptcp_subr.c | 2252 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-10002.81.5/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 395 if (SEQ_GT(end, src->fse_seqlo)) { in flow_track_tcp() 477 if (SEQ_GT(end, src->fse_seqlo)) { in flow_track_tcp()
|
| /xnu-10002.81.5/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()
|