Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_output.c1028 int idle, sendalot, lost = 0; in tcp_output() local
3259 lost = 0; in tcp_output()
3400 lost = tp->t_pktlist_sentlen; in tcp_output()
3414 lost += tp->t_pktlist_sentlen; in tcp_output()
3417 lost = 0; in tcp_output()
3456 if (SEQ_GT((p->rxmit - lost), in tcp_output()
3458 p->rxmit -= lost; in tcp_output()
3464 lost = p->rxmit - tp->snd_una; in tcp_output()
3471 tp->sackhint.sack_bytes_rexmit -= lost; in tcp_output()
3476 if (SEQ_GT((tp->snd_nxt - lost), in tcp_output()
[all …]
/xnu-12377.61.12/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…