Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dseccomp.h132 __u32 newfd_flags; member
/Linux-v5.10/kernel/
Dseccomp.c1336 if (addfd.newfd_flags & ~O_CLOEXEC) in seccomp_notify_addfd()
1349 kaddfd.flags = addfd.newfd_flags; in seccomp_notify_addfd()
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c234 __u32 newfd_flags; member
3992 addfd.newfd_flags = ~O_CLOEXEC; in TEST()
3995 addfd.newfd_flags = O_CLOEXEC; in TEST()
4114 addfd.newfd_flags = O_CLOEXEC; in TEST()