Searched refs:addfd (Results 1 – 1 of 1) sorted by relevance
102 struct list_head addfd; member1050 static void seccomp_handle_addfd(struct seccomp_kaddfd *addfd, struct seccomp_knotif *n) in seccomp_handle_addfd() argument1058 list_del_init(&addfd->list); in seccomp_handle_addfd()1059 if (!addfd->setfd) in seccomp_handle_addfd()1060 fd = receive_fd(addfd->file, addfd->flags); in seccomp_handle_addfd()1062 fd = receive_fd_replace(addfd->fd, addfd->file, addfd->flags); in seccomp_handle_addfd()1063 addfd->ret = fd; in seccomp_handle_addfd()1065 if (addfd->ioctl_flags & SECCOMP_ADDFD_FLAG_SEND) { in seccomp_handle_addfd()1081 complete(&addfd->completion); in seccomp_handle_addfd()1092 struct seccomp_kaddfd *addfd, *tmp; in seccomp_do_user_notification() local[all …]