Lines Matching refs:xstate
125 unsigned int xstate; /* transmit state bits 68 */ member
820 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
1817 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
3042 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
3105 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
3118 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
3146 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
3160 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
3171 void *xstate, *rstate; in ppp_ccp_closed() local
3176 ppp->xstate = 0; in ppp_ccp_closed()
3178 xstate = ppp->xc_state; in ppp_ccp_closed()
3186 if (xstate) { in ppp_ccp_closed()
3187 xcomp->comp_free(xstate); in ppp_ccp_closed()