Searched refs:compstat (Results 1 – 5 of 5) sorted by relevance
117 struct compstat { struct138 struct compstat c; /* packet compression statistics */ argument139 struct compstat d; /* packet decompression statistics */
54 void (*comp_stat) (void *state, struct compstat *stats);78 void (*decomp_stat) (void *state, struct compstat *stats);
31 struct compstat stats;54 static void z_comp_stats(void *state, struct compstat *stats);266 static void z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats()
108 struct compstat stats;406 static void mppe_comp_stats(void *arg, struct compstat *stats) in mppe_comp_stats()
182 static void bsd_comp_stats (void *state, struct compstat *stats);293 static void bsd_comp_stats (void *state, struct compstat *stats) in bsd_comp_stats()
Completed in 8 milliseconds