Lines Matching refs:xc_state
113 void *xc_state; /* its internal state 90 */ member
883 if (ppp->xc_state != 0) in ppp_net_ioctl()
884 ppp->xcomp->comp_stat(ppp->xc_state, &cstats.c); in ppp_net_ioctl()
1032 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state != 0 in ppp_send_frame()
1045 len = ppp->xcomp->compress(ppp->xc_state, skb->data - 2, in ppp_send_frame()
1977 ostate = ppp->xc_state; in ppp_set_compress()
1979 ppp->xc_state = state; in ppp_set_compress()
2066 if (ppp->xc_state == 0) in ppp_ccp_peek()
2068 if (ppp->xcomp->comp_init(ppp->xc_state, dp, len, in ppp_ccp_peek()
2084 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
2085 ppp->xcomp->comp_reset(ppp->xc_state); in ppp_ccp_peek()
2102 xstate = ppp->xc_state; in ppp_ccp_closed()
2103 ppp->xc_state = 0; in ppp_ccp_closed()