Home
last modified time | relevance | path

Searched refs:DCCP_SOCKOPT_TX_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.h227 #define DCCP_SOCKOPT_TX_CCID 14 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.h227 #define DCCP_SOCKOPT_TX_CCID 14 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddccp.h227 #define DCCP_SOCKOPT_TX_CCID 14 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()
524 case DCCP_SOCKOPT_TX_CCID: in do_dccp_setsockopt()
640 case DCCP_SOCKOPT_TX_CCID: in do_dccp_getsockopt()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Ddccp.rst99 DCCP_SOCKOPT_TX_CCID is read/write. It returns the current CCID (if set) or sets
103 DCCP_SOCKOPT_RX_CCID is analogous to DCCP_SOCKOPT_TX_CCID, but for the RX CCID.