Searched refs:decomp_stat (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | ppp-comp.h | 78 void (*decomp_stat) (void *state, struct compstat *stats); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ppp-comp.h | 78 void (*decomp_stat) (void *state, struct compstat *stats); member
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_deflate.c | 586 .decomp_stat = z_comp_stats, 604 .decomp_stat = z_comp_stats,
|
H A D | ppp_mppe.c | 647 .decomp_stat = mppe_comp_stats,
|
H A D | bsd_comp.c | 1146 .decomp_stat = bsd_comp_stats,
|
H A D | ppp_generic.c | 1383 ppp->rcomp->decomp_stat(ppp->rc_state, &cstats.d); in ppp_net_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_deflate.c | 585 .decomp_stat = z_comp_stats, 603 .decomp_stat = z_comp_stats,
|
H A D | ppp_mppe.c | 647 .decomp_stat = mppe_comp_stats,
|
H A D | bsd_comp.c | 1146 .decomp_stat = bsd_comp_stats,
|
H A D | ppp_generic.c | 1494 ppp->rcomp->decomp_stat(ppp->rc_state, &cstats.d); in ppp_net_siocdevprivate()
|
Completed in 27 milliseconds