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

/linux-master/tools/perf/trace/beauty/
H A Dmsg_flags.c23 #ifndef MSG_CMSG_CLOEXEC
24 # define MSG_CMSG_CLOEXEC 0x40000000 macro
/linux-master/tools/testing/selftests/landlock/
H A Dcommon.h177 res = recvmsg(usock, &msg, MSG_CMSG_CLOEXEC);
/linux-master/include/linux/
H A Dsocket.h332 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h332 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file macro
/linux-master/net/core/
H A Dscm.c318 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0;
/linux-master/net/
H A Dcompat.c294 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0;
H A Dsocket.c2792 msg_sys->msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT);
/linux-master/drivers/xen/
H A Dpvcalls-front.c640 if (flags & (MSG_CMSG_CLOEXEC|MSG_ERRQUEUE|MSG_OOB|MSG_TRUNC))
/linux-master/io_uring/
H A Dnet.c780 kmsg->msg.msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT);

Completed in 165 milliseconds