Searched refs:rxmit (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/bsd/netinet/ |
| H A D | tcp_sack.c | 257 hole->rxmit = start; in tcp_sackhole_alloc() 362 if (SEQ_LT(s->rxmit, sacked_seq) && in tcp_sack_detect_reordering() 387 VERIFY(SEQ_GEQ(snd_fack, s->rxmit)); in tcp_sack_detect_reordering() 618 cur->rxmit = SEQ_MAX(cur->rxmit, cur->start); in tcp_sack_doack() 628 cur->rxmit = SEQ_MIN(cur->rxmit, cur->end); in tcp_sack_doack() 640 if (SEQ_GT(cur->rxmit, temp->rxmit)) { in tcp_sack_doack() 641 temp->rxmit = cur->rxmit; in tcp_sack_doack() 643 += (temp->rxmit in tcp_sack_doack() 647 cur->rxmit = SEQ_MIN(cur->rxmit, in tcp_sack_doack() 764 if (SEQ_LT(p->rxmit, p->end)) { in tcp_sack_output_debug() [all …]
|
| H A D | tcp_output.c | 1041 tp->snd_recover - p->rxmit)); in tcp_output() 1047 off = p->rxmit - tp->snd_una; in tcp_output() 2724 th->th_seq = htonl(p->rxmit); in tcp_output() 2725 tcp_rxtseg_insert(tp, p->rxmit, (p->rxmit + len - 1)); in tcp_output() 2726 p->rxmit += len; in tcp_output() 3221 if (SEQ_GT((p->rxmit - lost), in tcp_output() 3223 p->rxmit -= lost; in tcp_output() 3226 p->rxmit = p->start; in tcp_output() 3229 lost = p->rxmit - tp->snd_una; in tcp_output() 3230 p->rxmit = tp->snd_una; in tcp_output() [all …]
|
| H A D | tcp_var.h | 183 tcp_seq rxmit; /* next seq. no in hole to be retransmitted */ member
|