Searched refs:decomp_stat (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/include/linux/ |
D | ppp-comp.h | 78 void (*decomp_stat) (void *state, struct compstat *stats); member
|
D | isdn_ppp.h | 242 void *decomp_stat,*comp_stat,*link_decomp_stat,*link_comp_stat; member
|
/linux-3.4.99/drivers/net/ppp/ |
D | ppp_deflate.c | 589 .decomp_stat = z_comp_stats, 607 .decomp_stat = z_comp_stats,
|
D | ppp_mppe.c | 698 .decomp_stat = mppe_comp_stats,
|
D | bsd_comp.c | 1146 .decomp_stat = bsd_comp_stats,
|
D | ppp_generic.c | 1004 ppp->rcomp->decomp_stat(ppp->rc_state, &cstats.d); in ppp_net_ioctl()
|
/linux-3.4.99/drivers/isdn/i4l/ |
D | isdn_ppp.c | 300 is->link_decomp_stat = is->decomp_stat = NULL; in isdn_ppp_open() 394 if (is->decomp_stat) in isdn_ppp_release() 395 is->decompressor->free(is->decomp_stat); in isdn_ppp_release() 399 is->decomp_stat = is->link_decomp_stat = NULL; in isdn_ppp_release() 2515 stat = master->decomp_stat; in isdn_ppp_decompress() 2713 if (mis->decompressor && mis->decomp_stat) in isdn_ppp_receive_ccp() 2715 reset(mis->decomp_stat, in isdn_ppp_receive_ccp() 3001 if (is->decomp_stat) in isdn_ppp_set_compressor() 3002 is->decompressor->free(is->decomp_stat); in isdn_ppp_set_compressor() 3003 is->decomp_stat = stat; in isdn_ppp_set_compressor()
|