Lines Matching refs:xstate
123 unsigned int xstate; /* transmit state bits 68 */ member
679 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
1319 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
2451 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
2514 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2527 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2555 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
2569 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
2580 void *xstate, *rstate; in ppp_ccp_closed() local
2585 ppp->xstate = 0; in ppp_ccp_closed()
2587 xstate = ppp->xc_state; in ppp_ccp_closed()
2595 if (xstate) { in ppp_ccp_closed()
2596 xcomp->comp_free(xstate); in ppp_ccp_closed()