Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dseccomp.h133 __u32 newfd_flags; member
/linux/kernel/
A Dseccomp.c1574 if (addfd.newfd_flags & ~O_CLOEXEC) in seccomp_notify_addfd()
1588 kaddfd.flags = addfd.newfd_flags; in seccomp_notify_addfd()
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c234 __u32 newfd_flags; member
4014 addfd.newfd_flags = ~O_CLOEXEC; in TEST()
4017 addfd.newfd_flags = O_CLOEXEC; in TEST()
4158 addfd.newfd_flags = O_CLOEXEC; in TEST()
/linux/Documentation/userspace-api/
A Dseccomp_filter.rst265 ``struct seccomp_notif``. The ``newfd_flags`` flag may be used to set flags

Completed in 17 milliseconds