Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/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 */
/openbmc/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()
H A Dppp_mppe.c108 struct compstat stats;
406 static void mppe_comp_stats(void *arg, struct compstat *stats) in mppe_comp_stats()
H A Dbsd_comp.c182 static void bsd_comp_stats (void *state, struct compstat *stats);
293 static void bsd_comp_stats (void *state, struct compstat *stats) in bsd_comp_stats()