Searched refs:seccomp_filter (Results 1 – 7 of 7) sorted by relevance
167 static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter, in seccomp_cache_check_allow()173 static inline void seccomp_cache_prepare(struct seccomp_filter *sfilter) in seccomp_cache_prepare()212 struct seccomp_filter { struct217 struct seccomp_filter *prev; argument354 static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter, in seccomp_cache_check_allow()392 struct seccomp_filter **match) in seccomp_run_filters()396 struct seccomp_filter *f = in seccomp_run_filters()454 static int is_ancestor(struct seccomp_filter *parent, in is_ancestor()455 struct seccomp_filter *child) in is_ancestor()508 static inline void seccomp_filter_free(struct seccomp_filter *filter) in seccomp_filter_free()[all …]
23 struct seccomp_filter;38 struct seccomp_filter *filter;66 struct seccomp_filter { }; struct
20 seccomp_filter
531 See Documentation/userspace-api/seccomp_filter.rst for details.
1151 See :doc:`/userspace-api/seccomp_filter`.
53 .. [1] Documentation/userspace-api/seccomp_filter.rst
15703 F: Documentation/userspace-api/seccomp_filter.rst