Home
last modified time | relevance | path

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

/drivers/net/
Dppp_generic.c107 unsigned int xstate; /* transmit state bits 68 */ member
637 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
1135 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state in ppp_send_frame()
2129 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
2192 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2205 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2233 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
2247 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
2258 void *xstate, *rstate; in ppp_ccp_closed() local
2263 ppp->xstate = 0; in ppp_ccp_closed()
[all …]