Searched refs:seccomp_filter (Results 1 – 4 of 4) sorted by relevance
57 struct seccomp_filter { struct59 struct seccomp_filter *prev; argument178 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 …]
13 struct seccomp_filter;27 struct seccomp_filter *filter;61 struct seccomp_filter { }; struct
345 See Documentation/prctl/seccomp_filter.txt for details.
48 [1] Documentation/prctl/seccomp_filter.txt