Lines Matching refs:xstate
123 unsigned int xstate; /* transmit state bits 68 */ member
814 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
1811 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
3036 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
3099 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
3112 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
3140 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
3154 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
3165 void *xstate, *rstate; in ppp_ccp_closed() local
3170 ppp->xstate = 0; in ppp_ccp_closed()
3172 xstate = ppp->xc_state; in ppp_ccp_closed()
3180 if (xstate) { in ppp_ccp_closed()
3181 xcomp->comp_free(xstate); in ppp_ccp_closed()