compstat 143 net/bsd-comp.c static void bsd_comp_stats(void *state, struct compstat *stats);
compstat 267 net/bsd-comp.c struct compstat *stats;
compstat 74 net/ppp-comp.h void (*comp_stat)(void *state, struct compstat *stats);
compstat 91 net/ppp-comp.h void (*decomp_stat)(void *state, struct compstat *stats);
compstat 64 net/ppp-deflate.c struct compstat stats;
compstat 86 net/ppp-deflate.c static void z_comp_stats(void *state, struct compstat *stats);
compstat 364 net/ppp-deflate.c struct compstat *stats;
compstat 146 net/ppp_defs.h struct compstat {
compstat 157 net/ppp_defs.h struct compstat c; /* packet compression statistics */
compstat 158 net/ppp_defs.h struct compstat d; /* packet decompression statistics */