Searched refs:compstat (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | ppp-comp.h | 12 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 D | ppp_defs.h | 75 struct compstat { struct 92 struct compstat c; 93 struct compstat d;
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ppp-comp.h | 54 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 D | ppp_defs.h | 117 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 D | ppp_defs.h | 117 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 D | ppp_defs.h | 88 struct compstat { struct 104 struct compstat c; 105 struct compstat d;
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ppp_defs.h | 88 struct compstat { struct 104 struct compstat c; 105 struct compstat d;
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_deflate.c | 31 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 D | ppp_mppe.c | 108 struct compstat stats; 406 static void mppe_comp_stats(void *arg, struct compstat *stats) in mppe_comp_stats()
|
H A D | bsd_comp.c | 182 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 D | ppp_deflate.c | 31 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 D | ppp_mppe.c | 108 struct compstat stats; 406 static void mppe_comp_stats(void *arg, struct compstat *stats) in mppe_comp_stats()
|
H A D | bsd_comp.c | 182 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