Searched refs:seccomp_filter (Results 1 – 4 of 4) sorted by relevance
57 struct seccomp_filter { struct59 struct seccomp_filter *prev; argument181 struct seccomp_filter *f = in seccomp_run_filters()233 static int is_ancestor(struct seccomp_filter *parent, in is_ancestor()234 struct seccomp_filter *child) in is_ancestor()346 static struct seccomp_filter *seccomp_prepare_filter(struct sock_fprog *fprog) in seccomp_prepare_filter()348 struct seccomp_filter *sfilter; in seccomp_prepare_filter()391 static struct seccomp_filter *395 struct seccomp_filter *filter = ERR_PTR(-EFAULT); in seccomp_prepare_user_filter()423 struct seccomp_filter *filter) in seccomp_attach_filter()[all …]
13 struct seccomp_filter;27 struct seccomp_filter *filter;61 struct seccomp_filter { }; struct
357 See Documentation/prctl/seccomp_filter.txt for details.
48 [1] Documentation/prctl/seccomp_filter.txt