Home
last modified time | relevance | path

Searched refs:unc_bytes (Results 1 – 4 of 4) sorted by path

/linux/drivers/net/ppp/
H A Dbsd_comp.c297 stats->unc_bytes = db->uncomp_bytes; in bsd_comp_stats()
H A Dppp_deflate.c254 state->stats.unc_bytes += isize; in z_compress()
502 state->stats.unc_bytes += olen; in z_decompress()
556 state->stats.unc_bytes += icnt; in z_incomp()
H A Dppp_mppe.c394 state->stats.unc_bytes += isize; in mppe_compress()
583 state->stats.unc_bytes += osize; in mppe_decompress()
622 state->stats.unc_bytes += icnt; in mppe_incomp()
/linux/include/uapi/linux/
H A Dppp_defs.h118 __u32 unc_bytes; /* total uncompressed bytes */ member