Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dppp_defs.h116 struct compstat { struct
137 struct compstat c; /* packet compression statistics */ argument
138 struct compstat d; /* packet decompression statistics */
/linux-4.4.14/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-4.4.14/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.c113 struct compstat stats;
446 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-4.4.14/drivers/isdn/i4l/
Disdn_bsdcomp.c245 static void bsd_stats(void *state, struct compstat *stats) in bsd_stats()