Searched refs:newfd_flags (Results 1 – 5 of 5) sorted by relevance
135 __u32 newfd_flags; member
217 的 ``id`` 保持一致。 ``newfd_flags`` 标志可以被用于在通知进程的文件描述符上设置
1613 if (addfd.newfd_flags & ~O_CLOEXEC) in seccomp_notify_addfd()1627 kaddfd.flags = addfd.newfd_flags; in seccomp_notify_addfd()
241 __u32 newfd_flags; member4082 addfd.newfd_flags = ~O_CLOEXEC; in TEST()4085 addfd.newfd_flags = O_CLOEXEC; in TEST()4226 addfd.newfd_flags = O_CLOEXEC; in TEST()
265 ``struct seccomp_notif``. The ``newfd_flags`` flag may be used to set flags
Completed in 16 milliseconds