Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dppp-ioctl.h33 #define SC_COMP_RUN 0x00001000 /* compressor has been inited */ macro
/Linux-v5.10/drivers/net/ppp/
Dppp_generic.c1668 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
2852 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
2915 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2928 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2956 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
2970 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
/Linux-v5.10/Documentation/networking/
Dppp_generic.rst357 SC_COMP_RUN CCP compressor is running