Home
last modified time | relevance | path

Searched refs:DCCP_SOCKOPT_CCID (Results 1 – 5 of 5) 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/linux/
H A Ddccp.h226 #define DCCP_SOCKOPT_CCID 13 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 Ddccp.h226 #define DCCP_SOCKOPT_CCID 13 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddccp.h226 #define DCCP_SOCKOPT_CCID 13 macro
/OK3568_Linux_fs/kernel/net/dccp/
H A Dproto.c497 if (type == DCCP_SOCKOPT_TX_CCID || type == DCCP_SOCKOPT_CCID) in dccp_setsockopt_ccid()
500 if (!rc && (type == DCCP_SOCKOPT_RX_CCID || type == DCCP_SOCKOPT_CCID)) in dccp_setsockopt_ccid()
522 case DCCP_SOCKOPT_CCID: in do_dccp_setsockopt()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Ddccp.rst91 DCCP_SOCKOPT_CCID is write-only and sets both the TX and RX CCIDs at the same
100 the preference list for the TX CCID, using the same format as DCCP_SOCKOPT_CCID.