Lines Matching refs:xstate
125 unsigned int xstate; /* transmit state bits 68 */ member
709 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
1684 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
2868 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
2931 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2944 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2972 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
2986 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
2997 void *xstate, *rstate; in ppp_ccp_closed() local
3002 ppp->xstate = 0; in ppp_ccp_closed()
3004 xstate = ppp->xc_state; in ppp_ccp_closed()
3012 if (xstate) { in ppp_ccp_closed()
3013 xcomp->comp_free(xstate); in ppp_ccp_closed()