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

/xnu-2422.115.4/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)) {
346 if (SEQ_GT(sack.end, sack.start) &&
347 SEQ_GT(sack.start, tp->snd_una) &&
348 SEQ_GT(sack.start, th_ack) &&
350 SEQ_GT(sack.end, tp->snd_una) &&
369 if (SEQ_GT(sack_blocks[i].end, sack_blocks[j].end)) {
496 if (SEQ_GT(cur->rxmit, temp->rxmit)) {
H A Dtcp_output.c513 if (SEQ_GT(p->end, tp->snd_recover)) {
654 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) {
943 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt))
986 if (SEQ_GT(tp->snd_up, tp->snd_una))
1005 SEQ_GT(tp->snd_max, tp->snd_una) &&
1597 else if (SEQ_GT(tp->snd_up, tp->snd_una))
1734 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
1813 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) {
1860 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max))
2089 if (SEQ_GT((
[all...]
H A Dtcp_input.c660 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq))
2329 if (SEQ_GT(th->th_ack, tp->snd_una) &&
2380 if (SEQ_GT(tp->snd_una, tp->snd_recover) &&
2709 SEQ_GT(th->th_ack, tp->snd_max))) {
2741 SEQ_GT(th->th_ack, tp->snd_max))) {
3159 SEQ_GT(th->th_seq, tp->rcv_nxt)) {
3318 if (SEQ_GT(th->th_ack, tp->snd_max)) {
3411 SEQ_GT(tp->snd_max, tp->snd_una) &&
3586 if (SEQ_GT(onxt, tp->snd_nxt))
3767 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)) {
H A Dmptcp_subr.c4275 if (SEQ_GT(old_rcvnxt, sseq)) {
/xnu-2422.115.4/bsd/net/
H A Dpf_norm.c2589 SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) ||
2590 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) ||
2602 SEQ_GT(tsval, src->scrub->pfss_tsval +
2604 SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ',
H A Dpf.c6172 if (SEQ_GT(end, src->seqlo))
6271 if (SEQ_GT(end, src->seqlo))

Completed in 71 milliseconds