Home
last modified time | relevance | path

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

/kernel/
Dseccomp.c128 struct seccomp_filter { struct
131 struct seccomp_filter *prev; argument
255 struct seccomp_filter **match) in seccomp_run_filters()
259 struct seccomp_filter *f = in seccomp_run_filters()
316 static int is_ancestor(struct seccomp_filter *parent, in is_ancestor()
317 struct seccomp_filter *child) in is_ancestor()
430 static struct seccomp_filter *seccomp_prepare_filter(struct sock_fprog *fprog) in seccomp_prepare_filter()
432 struct seccomp_filter *sfilter; in seccomp_prepare_filter()
476 static struct seccomp_filter *
480 struct seccomp_filter *filter = ERR_PTR(-EFAULT); in seccomp_prepare_user_filter()
[all …]