Lines Matching refs:lost
721 int idle, sendalot, lost = 0; in tcp_output() local
3062 lost = 0; in tcp_output()
3165 lost = tp->t_pktlist_sentlen; in tcp_output()
3179 lost += tp->t_pktlist_sentlen; in tcp_output()
3182 lost = 0; in tcp_output()
3221 if (SEQ_GT((p->rxmit - lost), in tcp_output()
3223 p->rxmit -= lost; in tcp_output()
3229 lost = p->rxmit - tp->snd_una; in tcp_output()
3236 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()
3241 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()
3243 tp->snd_nxt -= lost; in tcp_output()