Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dppp-comp.h12 struct compstat;
54 void (*comp_stat) (void *state, struct compstat *stats);
78 void (*decomp_stat) (void *state, struct compstat *stats);
/linux/include/uapi/linux/
H A Dppp_defs.h117 struct compstat { struct
138 struct compstat c; /* packet compression statistics */ argument
139 struct compstat d; /* packet decompression statistics */
/linux/drivers/net/ppp/
H A Dppp_deflate.c31 struct compstat stats;
54 static void z_comp_stats(void *state, struct compstat *stats);
266 static void z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats()