Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/trace/beauty/
Dmsg_flags.c17 #ifndef MSG_CMSG_CLOEXEC
18 # define MSG_CMSG_CLOEXEC 0x40000000 macro
/linux-5.19.10/tools/testing/selftests/landlock/
Dbase_test.c322 recvmsg(socket_fds[1], &msg, MSG_CMSG_CLOEXEC)); in TEST()
/linux-5.19.10/tools/perf/trace/beauty/include/linux/
Dsocket.h323 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file macro
/linux-5.19.10/net/core/
Dscm.c301 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds()
/linux-5.19.10/include/linux/
Dsocket.h323 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file macro
/linux-5.19.10/net/
Dcompat.c295 unsigned int o_flags = (msg->msg_flags & MSG_CMSG_CLOEXEC) ? O_CLOEXEC : 0; in scm_detach_fds_compat()
Dsocket.c2696 msg_sys->msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT); in ____sys_recvmsg()
/linux-5.19.10/drivers/xen/
Dpvcalls-front.c631 if (flags & (MSG_CMSG_CLOEXEC|MSG_ERRQUEUE|MSG_OOB|MSG_TRUNC)) in pvcalls_front_recvmsg()