Home
last modified time | relevance | path

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

/kernel/
Dseccomp.c102 struct list_head addfd; member
1066 static void seccomp_handle_addfd(struct seccomp_kaddfd *addfd) in seccomp_handle_addfd() argument
1072 list_del_init(&addfd->list); in seccomp_handle_addfd()
1073 addfd->ret = receive_fd_replace(addfd->fd, addfd->file, addfd->flags); in seccomp_handle_addfd()
1074 complete(&addfd->completion); in seccomp_handle_addfd()
1085 struct seccomp_kaddfd *addfd, *tmp; in seccomp_do_user_notification() local
1098 INIT_LIST_HEAD(&n.addfd); in seccomp_do_user_notification()
1113 addfd = list_first_entry_or_null(&n.addfd, in seccomp_do_user_notification()
1116 if (addfd) in seccomp_do_user_notification()
1117 seccomp_handle_addfd(addfd); in seccomp_do_user_notification()
[all …]