Searched refs:compstat (Results 1 – 7 of 7) sorted by relevance
116 struct compstat { struct137 struct compstat c; /* packet compression statistics */ argument138 struct compstat d; /* packet decompression statistics */
57 void (*comp_stat) (void *state, struct compstat *stats);81 void (*decomp_stat) (void *state, struct compstat *stats);
91 void (*stat) (void *state, struct compstat *stats);
34 struct compstat stats;57 static void z_comp_stats(void *state, struct compstat *stats);269 static void z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats()
113 struct compstat stats;446 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()
245 static void bsd_stats(void *state, struct compstat *stats) in bsd_stats()