Home
last modified time | relevance | path

Searched refs:compstat (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/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);
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dppp_defs.h75 struct compstat { struct
92 struct compstat c;
93 struct compstat d;
/kernel/linux/linux-5.10/include/linux/
H A Dppp-comp.h54 void (*comp_stat) (void *state, struct compstat *stats);
78 void (*decomp_stat) (void *state, struct compstat *stats);
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dppp_defs.h117 struct compstat { struct
138 struct compstat c; /* packet compression statistics */
139 struct compstat d; /* packet decompression statistics */
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dppp_defs.h117 struct compstat { struct
138 struct compstat c; /* packet compression statistics */
139 struct compstat d; /* packet decompression statistics */
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dppp_defs.h88 struct compstat { struct
104 struct compstat c;
105 struct compstat d;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dppp_defs.h88 struct compstat { struct
104 struct compstat c;
105 struct compstat d;
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_deflate.c31 struct compstat stats;
54 static void z_comp_stats(void *state, struct compstat *stats);
264 * @stats: pointer to a struct compstat to receive the result.
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()
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_deflate.c31 struct compstat stats;
54 static void z_comp_stats(void *state, struct compstat *stats);
264 * @stats: pointer to a struct compstat to receive the result.
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()

Completed in 10 milliseconds