Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_output.c968 int idle, sendalot, lost = 0; in tcp_output() local
3199 lost = 0; in tcp_output()
3332 lost = tp->t_pktlist_sentlen; in tcp_output()
3346 lost += tp->t_pktlist_sentlen; in tcp_output()
3349 lost = 0; in tcp_output()
3388 if (SEQ_GT((p->rxmit - lost), in tcp_output()
3390 p->rxmit -= lost; in tcp_output()
3396 lost = p->rxmit - tp->snd_una; in tcp_output()
3403 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()
3408 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()
[all …]