Lines Matching refs:lost
706 int idle, sendalot, lost = 0; in tcp_output() local
2963 lost = 0; in tcp_output()
3054 lost = tp->t_pktlist_sentlen; in tcp_output()
3068 lost += tp->t_pktlist_sentlen; in tcp_output()
3071 lost = 0; in tcp_output()
3104 if (SEQ_GT((p->rxmit - lost), in tcp_output()
3106 p->rxmit -= lost; in tcp_output()
3112 lost = p->rxmit - tp->snd_una; in tcp_output()
3119 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()
3124 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()
3126 tp->snd_nxt -= lost; in tcp_output()