Lines Matching refs:xstate
125 unsigned int xstate; /* transmit state bits 68 */ member
820 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
1819 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
3044 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
3107 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
3120 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
3148 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
3162 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
3173 void *xstate, *rstate; in ppp_ccp_closed() local
3178 ppp->xstate = 0; in ppp_ccp_closed()
3180 xstate = ppp->xc_state; in ppp_ccp_closed()
3188 if (xstate) { in ppp_ccp_closed()
3189 xcomp->comp_free(xstate); in ppp_ccp_closed()