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