Lines Matching refs:stats
113 struct compstat stats; member
434 state->stats.unc_bytes += isize; in mppe_compress()
435 state->stats.unc_packets++; in mppe_compress()
436 state->stats.comp_bytes += osize; in mppe_compress()
437 state->stats.comp_packets++; in mppe_compress()
446 static void mppe_comp_stats(void *arg, struct compstat *stats) in mppe_comp_stats() argument
450 *stats = state->stats; in mppe_comp_stats()
637 state->stats.unc_bytes += osize; in mppe_decompress()
638 state->stats.unc_packets++; in mppe_decompress()
639 state->stats.comp_bytes += isize; in mppe_decompress()
640 state->stats.comp_packets++; in mppe_decompress()
674 state->stats.inc_bytes += icnt; in mppe_incomp()
675 state->stats.inc_packets++; in mppe_incomp()
676 state->stats.unc_bytes += icnt; in mppe_incomp()
677 state->stats.unc_packets++; in mppe_incomp()