compstat
static void bsd_comp_stats(void *state, struct compstat *stats);
bsd_comp_stats(void *state, struct compstat *stats)
void (*comp_stat)(void *, struct compstat *);
void (*decomp_stat)(void *, struct compstat *);
z_comp_stats(void *arg, struct compstat *stats)
struct compstat stats;
static void z_comp_stats(void *state, struct compstat *stats);
struct compstat c; /* packet compression statistics */
struct compstat d; /* packet decompression statistics */