Searched refs:xc_state (Results 1 – 1 of 1) sorted by relevance
130 void *xc_state; /* its internal state 90 */ member1278 if (ppp->xc_state) in ppp_net_ioctl()1279 ppp->xcomp->comp_stat(ppp->xc_state, &cstats.c); in ppp_net_ioctl()1466 len = ppp->xcomp->compress(ppp->xc_state, skb->data - 2, in pad_compress_skb()1580 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()2770 ostate = ppp->xc_state; in ppp_set_compress()2772 ppp->xc_state = state; in ppp_set_compress()2868 if (!ppp->xc_state) in ppp_ccp_peek()2870 if (ppp->xcomp->comp_init(ppp->xc_state, dp, len, in ppp_ccp_peek()2886 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()[all …]