Searched refs:decomp_stat (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
H A Dppp-comp.h81 void (*decomp_stat) (void *state, struct compstat *stats); member in struct:compressor
H A Disdn_ppp.h189 void *decomp_stat,*comp_stat,*link_decomp_stat,*link_comp_stat; member in struct:ippp_struct
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_ppp.c300 is->link_decomp_stat = is->decomp_stat = NULL; isdn_ppp_open()
405 if (is->decomp_stat) isdn_ppp_release()
406 is->decompressor->free(is->decomp_stat); isdn_ppp_release()
410 is->decomp_stat = is->link_decomp_stat = NULL; isdn_ppp_release()
2544 stat = master->decomp_stat; isdn_ppp_decompress()
2742 if (mis->decompressor && mis->decomp_stat) isdn_ppp_receive_ccp()
2744 reset(mis->decomp_stat, isdn_ppp_receive_ccp()
3030 if (is->decomp_stat) isdn_ppp_set_compressor()
3031 is->decompressor->free(is->decomp_stat); isdn_ppp_set_compressor()
3032 is->decomp_stat = stat; isdn_ppp_set_compressor()
/linux-4.4.14/drivers/net/ppp/
H A Dppp_deflate.c589 .decomp_stat = z_comp_stats,
607 .decomp_stat = z_comp_stats,
H A Dppp_mppe.c701 .decomp_stat = mppe_comp_stats,
H A Dbsd_comp.c1146 .decomp_stat = bsd_comp_stats,
H A Dppp_generic.c1066 ppp->rcomp->decomp_stat(ppp->rc_state, &cstats.d); ppp_net_ioctl()

Completed in 185 milliseconds