Lines Matching refs:lost
677 int idle, sendalot, lost = 0; in tcp_output() local
2878 lost = 0; in tcp_output()
2969 lost = tp->t_pktlist_sentlen; in tcp_output()
2983 lost += tp->t_pktlist_sentlen; in tcp_output()
2986 lost = 0; in tcp_output()
3019 if (SEQ_GT((p->rxmit - lost), in tcp_output()
3021 p->rxmit -= lost; in tcp_output()
3027 lost = p->rxmit - tp->snd_una; in tcp_output()
3034 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()
3039 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()
3041 tp->snd_nxt -= lost; in tcp_output()