Searched refs:comp_stat (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/include/linux/ |
D | ppp-comp.h | 84 void (*comp_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-2.6.39/drivers/isdn/i4l/ |
D | isdn_ppp.c | 299 is->link_comp_stat = is->comp_stat = NULL; in isdn_ppp_open() 388 if(is->comp_stat) in isdn_ppp_release() 389 is->compressor->free(is->comp_stat); in isdn_ppp_release() 398 is->comp_stat = is->link_comp_stat = NULL; in isdn_ppp_release() 2601 stat = is->comp_stat; in isdn_ppp_compress() 2605 stat = master->comp_stat; in isdn_ppp_compress() 2748 if(mis->compressor && mis->comp_stat) in isdn_ppp_receive_ccp() 2750 reset(mis->comp_stat, in isdn_ppp_receive_ccp() 2899 if(is->compressor && is->comp_stat) in isdn_ppp_send_ccp() 2900 is->compressor->reset(is->comp_stat, 0, 0, in isdn_ppp_send_ccp() [all …]
|
/linux-2.6.39/drivers/net/ |
D | ppp_deflate.c | 605 .comp_stat = z_comp_stats, 623 .comp_stat = z_comp_stats,
|
D | ppp_mppe.c | 691 .comp_stat = mppe_comp_stats,
|
D | bsd_comp.c | 1139 .comp_stat = bsd_comp_stats,
|
D | ppp_generic.c | 1003 ppp->xcomp->comp_stat(ppp->xc_state, &cstats.c); in ppp_net_ioctl()
|