Searched refs:seccomp_filter (Results 1 – 7 of 7) sorted by relevance
179 struct seccomp_filter { struct183 struct seccomp_filter *prev; argument312 struct seccomp_filter **match) in seccomp_run_filters()316 struct seccomp_filter *f = in seccomp_run_filters()371 static int is_ancestor(struct seccomp_filter *parent, in is_ancestor()372 struct seccomp_filter *child) in is_ancestor()425 static inline void seccomp_filter_free(struct seccomp_filter *filter) in seccomp_filter_free()433 static void __seccomp_filter_orphan(struct seccomp_filter *orig) in __seccomp_filter_orphan()442 static void __put_seccomp_filter(struct seccomp_filter *orig) in __put_seccomp_filter()446 struct seccomp_filter *freeme = orig; in __put_seccomp_filter()[all …]
23 struct seccomp_filter;38 struct seccomp_filter *filter;66 struct seccomp_filter { }; struct
20 seccomp_filter
515 See Documentation/userspace-api/seccomp_filter.rst for details.
1156 See :doc:`/userspace-api/seccomp_filter`.
53 .. [1] Documentation/userspace-api/seccomp_filter.rst
15665 F: Documentation/userspace-api/seccomp_filter.rst