Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dseccomp.h132 __u32 newfd_flags; member
/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c1571 if (addfd.newfd_flags & ~O_CLOEXEC) in seccomp_notify_addfd()
1584 kaddfd.flags = addfd.newfd_flags; in seccomp_notify_addfd()
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c234 __u32 newfd_flags; member
4001 addfd.newfd_flags = ~O_CLOEXEC; in TEST()
4004 addfd.newfd_flags = O_CLOEXEC; in TEST()
4123 addfd.newfd_flags = O_CLOEXEC; in TEST()