Searched refs:rxmit (Results 1 – 4 of 4) sorted by relevance
463 hole->rxmit = start; in tcp_sackhole_alloc()712 cur->rxmit = SEQ_MAX(cur->rxmit, cur->start); in tcp_sack_doack()720 cur->rxmit = SEQ_MIN(cur->rxmit, cur->end); in tcp_sack_doack()729 if (SEQ_GT(cur->rxmit, temp->rxmit)) { in tcp_sack_doack()730 temp->rxmit = cur->rxmit; in tcp_sack_doack()732 += (temp->rxmit in tcp_sack_doack()736 cur->rxmit = SEQ_MIN(cur->rxmit, in tcp_sack_doack()819 if (SEQ_LT(p->rxmit, p->end)) {823 *sack_bytes_rexmt += (p->rxmit - p->start);826 *sack_bytes_rexmt += (p->rxmit - p->start);[all …]
316 if (SEQ_GEQ(p->rxmit, tp->snd_recover)) { in tcp_output()328 tp->snd_recover - p->rxmit)); in tcp_output()330 len = ((int32_t)ulmin(cwin, p->end - p->rxmit)); in tcp_output()331 off = p->rxmit - tp->snd_una; in tcp_output()567 if (SEQ_LT(p->rxmit + len, tp->snd_una + sbused(&so->so_snd))) in tcp_output()1235 th->th_seq = htonl(p->rxmit); in tcp_output()1236 p->rxmit += len; in tcp_output()1634 p->rxmit -= len; in tcp_output()
102 tcp_seq rxmit; /* next seq. no in hole to be retransmitted */ member