Lines Matching refs:xstate
123 unsigned int xstate; /* transmit state bits 68 */ member
675 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
1580 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
2768 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
2831 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2844 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2872 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
2886 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
2897 void *xstate, *rstate; in ppp_ccp_closed() local
2902 ppp->xstate = 0; in ppp_ccp_closed()
2904 xstate = ppp->xc_state; in ppp_ccp_closed()
2912 if (xstate) { in ppp_ccp_closed()
2913 xcomp->comp_free(xstate); in ppp_ccp_closed()