Home
last modified time | relevance | path

Searched refs:comp_stat (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dppp-comp.h54 void (*comp_stat) (void *state, struct compstat *stats); member
/openbmc/linux/drivers/net/ppp/
H A Dppp_deflate.c578 .comp_stat = z_comp_stats,
596 .comp_stat = z_comp_stats,
H A Dppp_mppe.c640 .comp_stat = mppe_comp_stats,
H A Dbsd_comp.c1139 .comp_stat = bsd_comp_stats,
H A Dppp_generic.c1507 ppp->xcomp->comp_stat(ppp->xc_state, &cstats.c); in ppp_net_siocdevprivate()