Searched refs:kaddfd (Results 1 – 1 of 1) sorted by relevance
1600 struct seccomp_kaddfd kaddfd; in seccomp_notify_addfd() local1622 kaddfd.file = fget(addfd.srcfd); in seccomp_notify_addfd()1623 if (!kaddfd.file) in seccomp_notify_addfd()1626 kaddfd.ioctl_flags = addfd.flags; in seccomp_notify_addfd()1627 kaddfd.flags = addfd.newfd_flags; in seccomp_notify_addfd()1629 kaddfd.fd = addfd.newfd; in seccomp_notify_addfd()1683 ret = kaddfd.ret; in seccomp_notify_addfd()1695 if (list_empty(&kaddfd.list)) in seccomp_notify_addfd()1696 ret = kaddfd.ret; in seccomp_notify_addfd()1698 list_del(&kaddfd.list); in seccomp_notify_addfd()[all …]
Completed in 9 milliseconds