Searched refs:SEQ_GT (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
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_sack.c164 if (SEQ_GT(head_blk.start, start))
182 if (SEQ_GT(head_blk.start, tp->rcv_nxt)) {
345 if (SEQ_GT(sack.end, sack.start) &&
346 SEQ_GT(sack.start, tp->snd_una) &&
347 SEQ_GT(sack.start, th_ack) &&
349 SEQ_GT(sack.end, tp->snd_una) &&
368 if (SEQ_GT(sack_blocks[i].end, sack_blocks[j].end)) {
482 if (SEQ_GT(cur->rxmit, temp->rxmit)) {
H A Dtcp_output.c494 if (SEQ_GT(p->end, tp->snd_recover)) {
634 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) {
918 if (SEQ_GT(tp->snd_up, tp->snd_una))
933 SEQ_GT(tp->snd_max, tp->snd_una) &&
1434 else if (SEQ_GT(tp->snd_up, tp->snd_una))
1565 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
1642 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) {
1687 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max))
2047 if (recwin > 0 && SEQ_GT(tp->rcv_nxt + recwin, tp->rcv_adv))
H A Dtcp_input.c583 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq))
2255 if (SEQ_GT(th->th_ack, tp->snd_una) &&
2300 SEQ_GT(th->th_ack, tp->t_rtseq)) {
2321 if (SEQ_GT(tp->snd_una, tp->snd_recover) &&
2607 SEQ_GT(th->th_ack, tp->snd_max))) {
2632 SEQ_GT(th->th_ack, tp->snd_max))) {
3046 SEQ_GT(th->th_seq, tp->rcv_nxt)) {
3197 if (SEQ_GT(th->th_ack, tp->snd_max)) {
3315 if (SEQ_GT(onxt, tp->snd_nxt))
3430 } else if (tp->t_rtttime && SEQ_GT(t
[all...]
H A Dtcp_lro.c163 if (SEQ_GT(ntohl(seqnum), flow->lr_seq)) {
181 if (SEQ_GT(tcp_hdr->th_ack, flow->lr_tcphdr->th_ack)) {
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c2579 SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) ||
2580 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) ||
2592 SEQ_GT(tsval, src->scrub->pfss_tsval +
2594 SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ',
H A Dpf.c6114 if (SEQ_GT(end, src->seqlo))
6213 if (SEQ_GT(end, src->seqlo))

Completed in 137 milliseconds