Home
last modified time | relevance | path

Searched refs:SO_OOBINLINE (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h22 #define SO_OOBINLINE 10 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h22 #define SO_OOBINLINE 10 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h19 #define SO_OOBINLINE 0x0100 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h23 #define SO_OOBINLINE 0x0100 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h17 #define SO_OOBINLINE 0x0100 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h32 #define SO_OOBINLINE 0x0100 /* Receive out-of-band data in-band. */ macro
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c322 if (setsockopt(pfd, SOL_SOCKET, SO_OOBINLINE, &on, sizeof(on))) { in main()
/openbmc/linux/net/core/
H A Dsock.c1210 case SO_OOBINLINE: in sk_setsockopt()
1683 case SO_OOBINLINE: in sk_getsockopt()
/openbmc/qemu/linux-user/
H A Dsyscall.c2444 optname = SO_OOBINLINE; in do_setsockopt()
2692 optname = SO_OOBINLINE; in do_getsockopt()