Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dppp-ioctl.h34 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ macro
/linux-6.1.9/drivers/net/ppp/
Dppp_generic.c2383 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN) && in ppp_receive_nonmp_frame()
3062 ppp->rstate &= ~SC_DECOMP_RUN; in ppp_set_compress()
3110 ppp->rstate &= ~SC_DECOMP_RUN; in ppp_ccp_peek()
3119 ppp->rstate &= ~SC_DECOMP_RUN; in ppp_ccp_peek()
3139 ppp->rstate |= SC_DECOMP_RUN; in ppp_ccp_peek()
3157 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN)) { in ppp_ccp_peek()
/linux-6.1.9/Documentation/networking/
Dppp_generic.rst374 SC_DECOMP_RUN CCP decompressor is running