Home
last modified time | relevance | path

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

/kernel/
Dseccomp.c174 static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter, in seccomp_cache_check_allow()
180 static inline void seccomp_cache_prepare(struct seccomp_filter *sfilter) in seccomp_cache_prepare()
221 struct seccomp_filter { struct
227 struct seccomp_filter *prev; argument
364 static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter, in seccomp_cache_check_allow()
402 struct seccomp_filter **match) in seccomp_run_filters()
406 struct seccomp_filter *f = in seccomp_run_filters()
464 static int is_ancestor(struct seccomp_filter *parent, in is_ancestor()
465 struct seccomp_filter *child) in is_ancestor()
518 static inline void seccomp_filter_free(struct seccomp_filter *filter) in seccomp_filter_free()
[all …]