Lines Matching refs:lost
1032 int idle, sendalot, lost = 0; in tcp_output() local
3263 lost = 0; in tcp_output()
3404 lost = tp->t_pktlist_sentlen; in tcp_output()
3418 lost += tp->t_pktlist_sentlen; in tcp_output()
3421 lost = 0; in tcp_output()
3460 if (SEQ_GT((p->rxmit - lost), in tcp_output()
3462 p->rxmit -= lost; in tcp_output()
3468 lost = p->rxmit - tp->snd_una; in tcp_output()
3475 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()
3480 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()
3482 tp->snd_nxt -= lost; in tcp_output()