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

/darwin-on-arm/xnu/bsd/net/
H A Dppp_defs.h152 struct compstat { struct
163 struct compstat c; /* packet compression statistics */
164 struct compstat d; /* packet decompression statistics */
H A Dppp_comp.h92 void (*comp_stat)(void *state, struct compstat *stats);
108 void (*decomp_stat)(void *state, struct compstat *stats);
H A Dppp_deflate.c92 struct compstat stats;
113 static void z_comp_stats(void *state, struct compstat *stats);
388 struct compstat *stats;
H A Dbsd_comp.c185 static void bsd_comp_stats(void *state, struct compstat *stats);
302 struct compstat *stats;

Completed in 21 milliseconds