Lines Matching refs:rxmit
1292 if (SEQ_GEQ(p->rxmit, tp->snd_recover)) { in tcp_output()
1304 tp->snd_recover - p->rxmit)); in tcp_output()
1307 len = ((int32_t)min(cwin, p->end - p->rxmit)); in tcp_output()
1310 off = p->rxmit - tp->snd_una; in tcp_output()
1317 if (SEQ_LT(tp->snd_nxt, tp->snd_max) && SEQ_LEQ(tp->snd_nxt, p->rxmit) && in tcp_output()
1701 if (SEQ_LT(p->rxmit + len, tp->snd_una + so->so_snd.sb_cc)) { in tcp_output()
2896 th->th_seq = htonl(p->rxmit); in tcp_output()
2897 tcp_rxtseg_insert(tp, p->rxmit, (p->rxmit + len - 1)); in tcp_output()
2898 p->rxmit += len; in tcp_output()
3388 if (SEQ_GT((p->rxmit - lost), in tcp_output()
3390 p->rxmit -= lost; in tcp_output()
3392 if (SEQ_LT(p->rxmit, p->start)) { in tcp_output()
3393 p->rxmit = p->start; in tcp_output()
3396 lost = p->rxmit - tp->snd_una; in tcp_output()
3397 p->rxmit = tp->snd_una; in tcp_output()
3399 if (SEQ_LT(p->rxmit, p->start)) { in tcp_output()
3400 p->rxmit = p->start; in tcp_output()