Home
last modified time | relevance | path

Searched refs:SC_COMP_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.h84 #define SC_COMP_RUN 0x00001000 /* compressor 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.h84 #define SC_COMP_RUN 0x00001000 /* compressor 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.h33 #define SC_COMP_RUN 0x00001000 /* compressor 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.h33 #define SC_COMP_RUN 0x00001000 /* compressor has been inited */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dppp-ioctl.h33 #define SC_COMP_RUN 0x00001000 /* compressor has been inited */ macro
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_generic.c1684 if ((ppp->xstate & SC_COMP_RUN) && ppp->xc_state && in ppp_send_frame()
2868 ppp->xstate &= ~SC_COMP_RUN; in ppp_set_compress()
2931 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2944 ppp->xstate &= ~SC_COMP_RUN; in ppp_ccp_peek()
2972 ppp->xstate |= SC_COMP_RUN; in ppp_ccp_peek()
2986 if (ppp->xc_state && (ppp->xstate & SC_COMP_RUN)) in ppp_ccp_peek()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dppp_generic.rst357 SC_COMP_RUN CCP compressor is running