Lines Matching refs:xstate
127 unsigned int xstate; /* transmit state bits 68 */ member
679 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
1584 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
2724 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
2787 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2800 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2828 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
2842 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
2853 void *xstate, *rstate; in ppp_ccp_closed() local
2858 ppp->xstate = 0; in ppp_ccp_closed()
2860 xstate = ppp->xc_state; in ppp_ccp_closed()
2868 if (xstate) { in ppp_ccp_closed()
2869 xcomp->comp_free(xstate); in ppp_ccp_closed()