Searched refs:compstat (Results 1 – 7 of 7) sorted by relevance
236 struct compstat { struct247 struct compstat c; /* packet compression statistics */ argument248 struct compstat d; /* packet decompression statistics */
75 void (*comp_stat) __P((void *state, struct compstat *stats));91 void (*decomp_stat) __P((void *state, struct compstat *stats));
57 struct compstat stats;72 static void z_comp_stats __P((void *state, struct compstat *stats));111 struct compstat *stats;
67 void (*decomp_stat) __P((void *state, struct compstat *stats));
137 static void bsd_comp_stats __P((void *state, struct compstat *stats));248 struct compstat *stats;
67 struct compstat stats;92 static void z_comp_stats(void *state, struct compstat *stats);622 z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats()
163 static void bsd_comp_stats(void *state, struct compstat *stats);296 bsd_comp_stats(void *state, struct compstat *stats) in bsd_comp_stats()