Home
last modified time | relevance | path

Searched refs:compstat (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/net/
H A Dppp_defs.h146 struct compstat { struct
157 struct compstat c; /* packet compression statistics */ argument
158 struct compstat d; /* packet decompression statistics */
H A Dppp-comp.h74 void (*comp_stat)(void *state, struct compstat *stats);
91 void (*decomp_stat)(void *state, struct compstat *stats);
H A Dppp-deflate.c63 struct compstat stats;
85 static void z_comp_stats(void *state, struct compstat *stats);
346 z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats()
H A Dbsd-comp.c142 static void bsd_comp_stats(void *state, struct compstat *stats);
262 bsd_comp_stats(void *state, struct compstat *stats) in bsd_comp_stats()