Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dseccomp.c57 struct seccomp_filter { struct
59 struct seccomp_filter *prev; argument
178 struct seccomp_filter *f = ACCESS_ONCE(current->seccomp.filter); in seccomp_run_filters()
234 static int is_ancestor(struct seccomp_filter *parent, in is_ancestor()
235 struct seccomp_filter *child) in is_ancestor()
347 static struct seccomp_filter *seccomp_prepare_filter(struct sock_fprog *fprog) in seccomp_prepare_filter()
349 struct seccomp_filter *filter; in seccomp_prepare_filter()
397 filter = kzalloc(sizeof(struct seccomp_filter), in seccomp_prepare_filter()
433 static struct seccomp_filter *
437 struct seccomp_filter *filter = ERR_PTR(-EFAULT); in seccomp_prepare_user_filter()
[all …]
/linux-4.1.27/include/linux/
Dseccomp.h13 struct seccomp_filter;
27 struct seccomp_filter *filter;
61 struct seccomp_filter { }; struct
/linux-4.1.27/arch/
DKconfig345 See Documentation/prctl/seccomp_filter.txt for details.
/linux-4.1.27/Documentation/networking/
Dfilter.txt48 [1] Documentation/prctl/seccomp_filter.txt