tag | line | file | source code |
compstat | 205 | drivers/net/bsd_comp.c | static void bsd_comp_stats (void *state, struct compstat *stats); |
compstat | 317 | drivers/net/bsd_comp.c | static void bsd_comp_stats (void *state, struct compstat *stats) |
compstat | 84 | include/linux/ppp-comp.h | void (*comp_stat) (void *state, struct compstat *stats); |
compstat | 108 | include/linux/ppp-comp.h | void (*decomp_stat) (void *state, struct compstat *stats); |
compstat | 154 | include/linux/ppp_defs.h | struct compstat c; /* packet compression statistics */ |
compstat | 155 | include/linux/ppp_defs.h | struct compstat d; /* packet decompression statistics */ |