Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dppp-ioctl.h31 #define SC_COMP_RUN 0x00001000 /* compressor has been inited */ macro
/linux-3.4.99/drivers/net/ppp/
Dppp_generic.c1205 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
2333 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
2396 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2409 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2437 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
2451 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
/linux-3.4.99/Documentation/networking/
Dppp_generic.txt354 SC_COMP_RUN CCP compressor is running