Searched refs:addfd (Results 1 – 1 of 1) sorted by relevance
101 struct list_head addfd; member1056 static void seccomp_handle_addfd(struct seccomp_kaddfd *addfd, struct seccomp_knotif *n) in seccomp_handle_addfd() argument1064 list_del_init(&addfd->list); in seccomp_handle_addfd()1065 if (!addfd->setfd) in seccomp_handle_addfd()1066 fd = receive_fd(addfd->file, addfd->flags); in seccomp_handle_addfd()1068 fd = receive_fd_replace(addfd->fd, addfd->file, addfd->flags); in seccomp_handle_addfd()1069 addfd->ret = fd; in seccomp_handle_addfd()1071 if (addfd->ioctl_flags & SECCOMP_ADDFD_FLAG_SEND) { in seccomp_handle_addfd()1087 complete(&addfd->completion); in seccomp_handle_addfd()1104 struct seccomp_kaddfd *addfd, *tmp; in seccomp_do_user_notification() local[all …]