Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c167 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 { struct
217 struct seccomp_filter *prev; argument
354 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 …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dseccomp.h23 struct seccomp_filter;
38 struct seccomp_filter *filter;
66 struct seccomp_filter { }; struct
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dindex.rst20 seccomp_filter
/OK3568_Linux_fs/kernel/arch/
H A DKconfig531 See Documentation/userspace-api/seccomp_filter.rst for details.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dkernel.rst1151 See :doc:`/userspace-api/seccomp_filter`.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst53 .. [1] Documentation/userspace-api/seccomp_filter.rst
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS15703 F: Documentation/userspace-api/seccomp_filter.rst