Home
last modified time | relevance | path

Searched refs:SC_CCP_UP (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.h82 #define SC_CCP_UP 0x00000080 /* May send/recv compressed packets */ 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.h82 #define SC_CCP_UP 0x00000080 /* May send/recv compressed packets */ 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.h28 #define SC_CCP_UP 0x00000080 /* May send/recv compressed packets */ 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.h28 #define SC_CCP_UP 0x00000080 /* May send/recv compressed packets */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dppp-ioctl.h28 #define SC_CCP_UP 0x00000080 /* May send/recv compressed packets */ macro
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_generic.c162 #define SC_FLAG_BITS (SC_NO_TCP_CCID|SC_CCP_OPEN|SC_CCP_UP|SC_LOOP_TRAFFIC \
1573 if (len > 0 && (ppp->flags & SC_CCP_UP)) { in pad_compress_skb()
1686 if (!(ppp->flags & SC_CCP_UP) && (ppp->flags & SC_MUST_COMP)) { in ppp_send_frame()
2948 if ((ppp->flags & (SC_CCP_OPEN | SC_CCP_UP)) != SC_CCP_OPEN) in ppp_ccp_peek()
2978 if ((ppp->flags & SC_CCP_UP) == 0) in ppp_ccp_peek()
3001 ppp->flags &= ~(SC_CCP_OPEN | SC_CCP_UP); in ppp_ccp_closed()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dppp_generic.rst337 SC_CCP_UP CCP is up, may (de)compress packets