Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dppp_defs.h117 struct compstat { struct
138 struct compstat c; /* packet compression statistics */ argument
139 struct compstat d; /* packet decompression statistics */
/Linux-v4.19/include/linux/
Dppp-comp.h57 void (*comp_stat) (void *state, struct compstat *stats);
81 void (*decomp_stat) (void *state, struct compstat *stats);
Disdn_ppp.h91 void (*stat) (void *state, struct compstat *stats);
/Linux-v4.19/drivers/net/ppp/
Dppp_deflate.c34 struct compstat stats;
57 static void z_comp_stats(void *state, struct compstat *stats);
269 static void z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats()
Dppp_mppe.c114 struct compstat stats;
451 static void mppe_comp_stats(void *arg, struct compstat *stats) in mppe_comp_stats()
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()
/Linux-v4.19/drivers/isdn/i4l/
Disdn_bsdcomp.c245 static void bsd_stats(void *state, struct compstat *stats) in bsd_stats()