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

/darwin-on-arm/xnu/bsd/net/
H A Dif_pppvar.h144 void ppppktin(struct ppp_softc *sc, struct mbuf *m, int lost);
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c280 int idle, sendalot, lost = 0; local
1764 lost = 0;
1853 lost = tp->t_pktlist_sentlen;
1870 * into "lost", since we're about to free
1873 lost += tp->t_pktlist_sentlen;
1876 lost = 0;
1895 * Assume that the packets were lost, so back out the
1896 * sequence number advance, if any. Note that the "lost"
1908 p->rxmit -= lost;
1909 tp->sackhint.sack_bytes_rexmit -= lost;
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_subs.c2371 * If a node has an open that is not lost and is not marked
2394 /* we have an open that is not lost and not marked for reopen */
2440 int error, lost, reopen; local
2498 lost = reopen = 0;
2586 /* open file state lost */
2590 lost = 1;
2607 if (lost || reopen)
2634 /* lock state lost - attempt to close file */
2635 lost = 1;
2661 if (lost) {
[all...]

Completed in 78 milliseconds