Searched refs:newfd_flags (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dseccomp.h130 * @newfd_flags: The O_* flags the remote FD should have applied
137 __u32 newfd_flags; member in struct:seccomp_notif_addfd
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h130 * @newfd_flags: The O_* flags the remote FD should have applied
137 __u32 newfd_flags; member in struct:seccomp_notif_addfd
/linux-master/kernel/
H A Dseccomp.c1676 if (addfd.newfd_flags & ~O_CLOEXEC)
1690 kaddfd.flags = addfd.newfd_flags;
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c241 __u32 newfd_flags; member in struct:seccomp_notif_addfd
4108 /* Verify bad newfd_flags cannot be set */
4109 addfd.newfd_flags = ~O_CLOEXEC;
4112 addfd.newfd_flags = O_CLOEXEC;
4256 addfd.newfd_flags = O_CLOEXEC;

Completed in 166 milliseconds