Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c968 int idle, sendalot, lost = 0; in tcp_output() local
3199 lost = 0; in tcp_output()
3340 lost = tp->t_pktlist_sentlen; in tcp_output()
3354 lost += tp->t_pktlist_sentlen; in tcp_output()
3357 lost = 0; in tcp_output()
3396 if (SEQ_GT((p->rxmit - lost), in tcp_output()
3398 p->rxmit -= lost; in tcp_output()
3404 lost = p->rxmit - tp->snd_una; in tcp_output()
3411 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()
3416 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()
[all …]
/xnu-12377.41.6/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…