Lines Matching refs:xstate
106 unsigned int xstate; /* transmit state bits 68 */ member
572 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
1032 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state != 0 in ppp_send_frame()
1975 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
2032 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2045 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2070 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
2084 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
2095 void *xstate, *rstate; in ppp_ccp_closed() local
2100 ppp->xstate = 0; in ppp_ccp_closed()
2102 xstate = ppp->xc_state; in ppp_ccp_closed()
2110 if (xstate) in ppp_ccp_closed()
2111 xcomp->comp_free(xstate); in ppp_ccp_closed()