Home
last modified time | relevance | path

Searched refs:SCM_DEVMEM_LINEAR (Results 1 – 8 of 8) sorted by relevance

/linux/arch/mips/include/uapi/asm/
H A Dsocket.h155 #define SCM_DEVMEM_LINEAR SO_DEVMEM_LINEAR macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h137 #define SCM_DEVMEM_LINEAR SO_DEVMEM_LINEAR macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h144 #define SCM_DEVMEM_LINEAR SO_DEVMEM_LINEAR macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h139 #define SCM_DEVMEM_LINEAR SO_DEVMEM_LINEAR macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h140 #define SCM_DEVMEM_LINEAR SO_DEVMEM_LINEAR macro
/linux/include/uapi/asm-generic/
H A Dsocket.h139 #define SCM_DEVMEM_LINEAR SO_DEVMEM_LINEAR macro
/linux/Documentation/networking/
H A Ddevmem.rst163 cm->cmsg_type != SCM_DEVMEM_LINEAR))
190 if (cm->cmsg_type == SCM_DEVMEM_LINEAR)
205 - SCM_DEVMEM_LINEAR: this indicates the fragment landed in the linear buffer.
/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c963 cm->cmsg_type != SCM_DEVMEM_LINEAR)) { in do_server()
971 if (cm->cmsg_type == SCM_DEVMEM_LINEAR) { in do_server()