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

/linux-4.4.14/drivers/net/ppp/
H A Dppp_deflate.c57 static void z_comp_stats(void *state, struct compstat *stats);
264 * z_comp_stats - return compression statistics for a compressor
269 static void z_comp_stats(void *arg, struct compstat *stats) z_comp_stats() function
582 .comp_stat = z_comp_stats,
589 .decomp_stat = z_comp_stats,
600 .comp_stat = z_comp_stats,
607 .decomp_stat = z_comp_stats,

Completed in 37 milliseconds