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

/macosx-10.5.8/xnu-1228.15.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)) {
336 if (SEQ_GT(sack.end, sack.start) &&
337 SEQ_GT(sack.start, tp->snd_una) &&
338 SEQ_GT(sack.start, th_ack) &&
357 if (SEQ_GT(sack_blocks[i].end, sack_blocks[j].end)) {
471 if (SEQ_GT(cur->rxmit, temp->rxmit)) {
H A Dtcp_output.c420 if (SEQ_GT(p->end, tp->snd_recover)) {
545 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) {
706 if (SEQ_GT(tp->snd_up, tp->snd_una))
720 if (tp->sack_enable && (tp->t_state >= TCPS_ESTABLISHED) && SEQ_GT(tp->snd_max, tp->snd_una) &&
1179 else if (SEQ_GT(tp->snd_up, tp->snd_una))
1294 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
1350 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) {
1393 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max))
1553 if (recwin > 0 && SEQ_GT(tp->rcv_nxt+recwin, tp->rcv_adv))
1623 if (recwin > 0 && SEQ_GT(t
[all...]
H A Dtcp_input.c343 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq))
1456 if (SEQ_GT(th->th_ack, tp->snd_una) &&
1498 SEQ_GT(th->th_ack, tp->t_rtseq)) {
1519 if (SEQ_GT(tp->snd_una, tp->snd_recover) &&
1801 SEQ_GT(th->th_ack, tp->snd_max))) {
1822 SEQ_GT(th->th_ack, tp->snd_max))) {
2192 SEQ_GT(th->th_seq, tp->rcv_nxt)) {
2334 if (SEQ_GT(th->th_ack, tp->snd_max)) {
2442 if (SEQ_GT(onxt, tp->snd_nxt))
2580 } else if (tp->t_rtttime && SEQ_GT(t
[all...]

Completed in 37 milliseconds