Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.140.69/bsd/netinet/
H A Dtcp_output.c736 int idle, sendalot, lost = 0; in tcp_output() local
3115 lost = 0; in tcp_output()
3248 lost = tp->t_pktlist_sentlen; in tcp_output()
3262 lost += tp->t_pktlist_sentlen; in tcp_output()
3265 lost = 0; in tcp_output()
3304 if (SEQ_GT((p->rxmit - lost), in tcp_output()
3306 p->rxmit -= lost; in tcp_output()
3312 lost = p->rxmit - tp->snd_una; in tcp_output()
3319 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()
3324 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()
[all …]