Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_output.c1032 int idle, sendalot, lost = 0; in tcp_output() local
3263 lost = 0; in tcp_output()
3404 lost = tp->t_pktlist_sentlen; in tcp_output()
3418 lost += tp->t_pktlist_sentlen; in tcp_output()
3421 lost = 0; in tcp_output()
3460 if (SEQ_GT((p->rxmit - lost), in tcp_output()
3462 p->rxmit -= lost; in tcp_output()
3468 lost = p->rxmit - tp->snd_una; in tcp_output()
3475 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()
3480 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()
[all …]
/xnu-12377.81.4/doc/allocators/
H A Dxnu-kernel-restricted.md91 …where these PTEs represented mappings that should not exist anymore, and that the VM lost track of.
95 …at a page has no active mappings when it is retyped, and while the VM has lost track of the dangli…