Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/mppc/
H A Dng_mppc.c602 u_int numLost; in ng_mppc_decompress() local
616 numLost = ((cc - d->cc) & MPPC_CCOUNT_MASK); in ng_mppc_decompress()
630 numLost : (numLost / (MPPE_UPDATE_MASK + 1)); in ng_mppc_decompress()
634 __func__, numLost, node); in ng_mppc_decompress()
656 numLost = 0; /* act like no packets were lost */ in ng_mppc_decompress()
660 if (numLost != 0) in ng_mppc_decompress()
/dragonfly/sys/netgraph/mppc/
H A Dng_mppc.c583 u_int numLost; in ng_mppc_decompress() local
602 numLost = ((cc - d->cc) & MPPC_CCOUNT_MASK); in ng_mppc_decompress()
616 numLost : (numLost / (MPPE_UPDATE_MASK + 1)); in ng_mppc_decompress()
620 __func__, numLost, node); in ng_mppc_decompress()
642 numLost = 0; /* act like no packets were lost */ in ng_mppc_decompress()
646 if (numLost != 0) in ng_mppc_decompress()