HomeSort by: relevance | last modified time | path
    Searched defs:z_comp_stats (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
ppp-deflate.c 88 static void z_comp_stats(void *state, struct compstat *stats);
100 .comp_stat = z_comp_stats,
107 .decomp_stat = z_comp_stats,
116 .comp_stat = z_comp_stats,
123 .decomp_stat = z_comp_stats,
345 z_comp_stats(void *arg, struct compstat *stats) function
ppp-deflate.c 88 static void z_comp_stats(void *state, struct compstat *stats);
100 .comp_stat = z_comp_stats,
107 .decomp_stat = z_comp_stats,
116 .comp_stat = z_comp_stats,
123 .decomp_stat = z_comp_stats,
345 z_comp_stats(void *arg, struct compstat *stats) function

Completed in 29 milliseconds