Lines Matching refs:xstate
123 unsigned int xstate; /* transmit state bits 68 */ member
672 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
1272 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
2400 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
2463 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2476 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2504 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
2518 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
2529 void *xstate, *rstate; in ppp_ccp_closed() local
2534 ppp->xstate = 0; in ppp_ccp_closed()
2536 xstate = ppp->xc_state; in ppp_ccp_closed()
2544 if (xstate) { in ppp_ccp_closed()
2545 xcomp->comp_free(xstate); in ppp_ccp_closed()