Home
last modified time | relevance | path

Searched refs:xstate (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ppp/
Dppp_generic.c126 unsigned int xstate; /* transmit state bits 68 */ member
835 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
1834 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
3059 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
3122 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
3135 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
3163 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
3177 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
3188 void *xstate, *rstate; in ppp_ccp_closed() local
3193 ppp->xstate = 0; in ppp_ccp_closed()
[all …]