Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/net/
H A Dif_ppp.h85 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/net/
H A Dif_ppp.h85 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dppp-ioctl.h34 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dppp-ioctl.h34 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dppp-ioctl.h34 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ macro
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_generic.c2210 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN) && in ppp_receive_nonmp_frame()
2886 ppp->rstate &= ~SC_DECOMP_RUN; in ppp_set_compress()
2934 ppp->rstate &= ~SC_DECOMP_RUN; in ppp_ccp_peek()
2943 ppp->rstate &= ~SC_DECOMP_RUN; in ppp_ccp_peek()
2963 ppp->rstate |= SC_DECOMP_RUN; in ppp_ccp_peek()
2981 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN)) { in ppp_ccp_peek()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dppp_generic.rst358 SC_DECOMP_RUN CCP decompressor is running