Home
last modified time | relevance | path

Searched refs:SC_NO_TCP_CCID (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dppp-ioctl.h24 #define SC_NO_TCP_CCID 0x00000008 /* disable VJ connection-id comp. */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dppp-ioctl.h24 #define SC_NO_TCP_CCID 0x00000008 /* disable VJ connection-id comp. */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dppp-ioctl.h27 #define SC_NO_TCP_CCID 0x00000008 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dppp-ioctl.h14 #define SC_NO_TCP_CCID 0x00000008 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dppp-ioctl.h27 #define SC_NO_TCP_CCID 0x00000008 macro
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_generic.c156 * Bits in flags: SC_NO_TCP_CCID, SC_CCP_OPEN, SC_CCP_UP, SC_LOOP_TRAFFIC,
162 #define SC_FLAG_BITS (SC_NO_TCP_CCID|SC_CCP_OPEN|SC_CCP_UP|SC_LOOP_TRAFFIC \
1659 !(ppp->flags & SC_NO_TCP_CCID)); in ppp_send_frame()
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_generic.c156 * Bits in flags: SC_NO_TCP_CCID, SC_CCP_OPEN, SC_CCP_UP, SC_LOOP_TRAFFIC,
162 #define SC_FLAG_BITS (SC_NO_TCP_CCID|SC_CCP_OPEN|SC_CCP_UP|SC_LOOP_TRAFFIC \
1792 !(ppp->flags & SC_NO_TCP_CCID)); in ppp_send_frame()

Completed in 10 milliseconds