Searched refs:lost (Results 1 – 1 of 1) sorted by relevance
677 int idle, sendalot, lost = 0; in tcp_output() local2875 lost = 0; in tcp_output()2966 lost = tp->t_pktlist_sentlen; in tcp_output()2980 lost += tp->t_pktlist_sentlen; in tcp_output()2983 lost = 0; in tcp_output()3016 if (SEQ_GT((p->rxmit - lost), in tcp_output()3018 p->rxmit -= lost; in tcp_output()3024 lost = p->rxmit - tp->snd_una; in tcp_output()3031 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()3036 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()[all …]