compstat          182 drivers/net/ppp/bsd_comp.c static void	bsd_comp_stats (void *state, struct compstat *stats);
compstat          293 drivers/net/ppp/bsd_comp.c static void bsd_comp_stats (void *state, struct compstat *stats)
compstat           31 drivers/net/ppp/ppp_deflate.c     struct compstat stats;
compstat           54 drivers/net/ppp/ppp_deflate.c static void	z_comp_stats(void *state, struct compstat *stats);
compstat          266 drivers/net/ppp/ppp_deflate.c static void z_comp_stats(void *arg, struct compstat *stats)
compstat          108 drivers/net/ppp/ppp_mppe.c 	struct compstat stats;
compstat          406 drivers/net/ppp/ppp_mppe.c static void mppe_comp_stats(void *arg, struct compstat *stats)
compstat           54 include/linux/ppp-comp.h 	void	(*comp_stat) (void *state, struct compstat *stats);
compstat           78 include/linux/ppp-comp.h 	void	(*decomp_stat) (void *state, struct compstat *stats);
compstat          138 include/uapi/linux/ppp_defs.h     struct compstat	c;	/* packet compression statistics */
compstat          139 include/uapi/linux/ppp_defs.h     struct compstat	d;	/* packet decompression statistics */