Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dif_ppp.h64 #define SC_COMP_RUN 0x00001000 /* compressor has been inited */ macro
/linux-2.4.37.9/drivers/net/
Dppp_generic.c1032 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()
/linux-2.4.37.9/Documentation/networking/
Dppp_generic.txt354 SC_COMP_RUN CCP compressor is running