Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/trace/beauty/
Dmsg_flags.c23 #ifndef MSG_CMSG_CLOEXEC
24 # define MSG_CMSG_CLOEXEC 0x40000000 macro
/linux-6.6.21/tools/testing/selftests/landlock/
Dcommon.h217 res = recvmsg(usock, &msg, MSG_CMSG_CLOEXEC); in recv_fd()
/linux-6.6.21/include/linux/
Dsocket.h332 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file macro
/linux-6.6.21/net/core/
Dscm.c313 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds()
/linux-6.6.21/tools/perf/trace/beauty/include/linux/
Dsocket.h332 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file macro
/linux-6.6.21/net/
Dcompat.c294 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds_compat()
Dsocket.c2768 msg_sys->msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT); in ____sys_recvmsg()
/linux-6.6.21/drivers/xen/
Dpvcalls-front.c640 if (flags & (MSG_CMSG_CLOEXEC|MSG_ERRQUEUE|MSG_OOB|MSG_TRUNC)) in pvcalls_front_recvmsg()
/linux-6.6.21/io_uring/
Dnet.c735 kmsg->msg.msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT); in io_recvmsg_multishot()