Searched refs:seccomp_filter (Results 1 – 6 of 6) sorted by relevance
177 static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter, in seccomp_cache_check_allow()183 static inline void seccomp_cache_prepare(struct seccomp_filter *sfilter) in seccomp_cache_prepare()224 struct seccomp_filter { struct230 struct seccomp_filter *prev; argument367 static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter, in seccomp_cache_check_allow()405 struct seccomp_filter **match) in seccomp_run_filters()409 struct seccomp_filter *f = in seccomp_run_filters()467 static int is_ancestor(struct seccomp_filter *parent, in is_ancestor()468 struct seccomp_filter *child) in is_ancestor()524 static inline void seccomp_filter_free(struct seccomp_filter *filter) in seccomp_filter_free()[all …]
9 struct seccomp_filter;25 struct seccomp_filter *filter;31 struct seccomp_filter { }; struct
25 seccomp_filter
4 :Original: Documentation/userspace-api/seccomp_filter.rst
60 .. [1] Documentation/userspace-api/seccomp_filter.rst
23839 F: Documentation/userspace-api/seccomp_filter.rst