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

/freebsd-12-stable/sys/netgraph/
H A Dng_mppc.c630 u_int numLost; local
648 numLost = ((cc - d->cc) & MPPC_CCOUNT_MASK);
662 numLost : (numLost / (MPPE_UPDATE_MASK + 1));
668 __func__, numLost, node);
676 __func__, numLost, node);
699 numLost = 0; /* act like no packets were lost */
703 if (numLost != 0)

Completed in 162 milliseconds