Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dppp-ioctl.h33 #define SC_COMP_RUN 0x00001000 /* compressor has been inited */ macro
/linux/drivers/net/ppp/
H A Dppp_generic.c1848 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
3094 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
3157 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
3170 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
3198 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
3212 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
/linux/Documentation/networking/
H A Dppp_generic.rst373 SC_COMP_RUN CCP compressor is running