Lines Matching refs:lost
968 int idle, sendalot, lost = 0; in tcp_output() local
3199 lost = 0; in tcp_output()
3340 lost = tp->t_pktlist_sentlen; in tcp_output()
3354 lost += tp->t_pktlist_sentlen; in tcp_output()
3357 lost = 0; in tcp_output()
3396 if (SEQ_GT((p->rxmit - lost), in tcp_output()
3398 p->rxmit -= lost; in tcp_output()
3404 lost = p->rxmit - tp->snd_una; in tcp_output()
3411 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()
3416 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()
3418 tp->snd_nxt -= lost; in tcp_output()