Lines Matching refs:lost
591 int idle, sendalot, lost = 0; in tcp_output() local
2624 lost = 0; in tcp_output()
2706 lost = tp->t_pktlist_sentlen; in tcp_output()
2720 lost += tp->t_pktlist_sentlen; in tcp_output()
2723 lost = 0; in tcp_output()
2756 if (SEQ_GT((p->rxmit - lost), in tcp_output()
2758 p->rxmit -= lost; in tcp_output()
2764 lost = p->rxmit - tp->snd_una; in tcp_output()
2771 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()
2776 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()
2778 tp->snd_nxt -= lost; in tcp_output()