Home
last modified time | relevance | path

Searched refs:MSG_CMSG_CLOEXEC (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/perf/trace/beauty/
H A Dmsg_flags.c23 #ifndef MSG_CMSG_CLOEXEC
24 # define MSG_CMSG_CLOEXEC 0x40000000 macro
/openbmc/qemu/io/
H A Dchannel-socket.c492 #ifndef MSG_CMSG_CLOEXEC in qio_channel_socket_copy_fds()
522 #ifdef MSG_CMSG_CLOEXEC in qio_channel_socket_readv()
523 sflags |= MSG_CMSG_CLOEXEC; in qio_channel_socket_readv()
/openbmc/linux/tools/testing/selftests/landlock/
H A Dcommon.h217 res = recvmsg(usock, &msg, MSG_CMSG_CLOEXEC); in recv_fd()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h332 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file macro
/openbmc/linux/include/linux/
H A Dsocket.h332 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file macro
/openbmc/linux/net/core/
H A Dscm.c313 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds()
/openbmc/linux/net/
H A Dcompat.c294 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds_compat()
H A Dsocket.c2768 msg_sys->msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT); in ____sys_recvmsg()
/openbmc/qemu/chardev/
H A Dchar-socket.c316 #ifndef MSG_CMSG_CLOEXEC in tcp_chr_recv()
/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c640 if (flags & (MSG_CMSG_CLOEXEC|MSG_ERRQUEUE|MSG_OOB|MSG_TRUNC)) in pvcalls_front_recvmsg()
/openbmc/linux/io_uring/
H A Dnet.c769 kmsg->msg.msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT); in io_recvmsg_multishot()
/openbmc/qemu/linux-user/
H A Dstrace.c1187 FLAG_GENERIC(MSG_CMSG_CLOEXEC),