Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
H A Dseccomp.c147 * struct seccomp_filter - container for seccomp BPF programs
169 * seccomp_filter objects are organized in a tree linked via the @prev
176 * seccomp_filter objects should never be modified after being attached
179 struct seccomp_filter { struct
183 struct seccomp_filter *prev;
304 * @match: stores struct seccomp_filter that resulted in the return value,
312 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 *chil in is_ancestor()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dseccomp.c179 static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter, in seccomp_cache_check_allow()
185 static inline void seccomp_cache_prepare(struct seccomp_filter *sfilter) in seccomp_cache_prepare()
191 * struct seccomp_filter - container for seccomp BPF programs
216 * seccomp_filter objects are organized in a tree linked via the @prev
223 * seccomp_filter objects should never be modified after being attached
226 struct seccomp_filter { struct
232 struct seccomp_filter *prev;
369 static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter, in seccomp_cache_check_allow()
400 * @match: stores struct seccomp_filter that resulted in the return value,
407 struct seccomp_filter **matc in seccomp_run_filters()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dseccomp.h23 struct seccomp_filter;
38 struct seccomp_filter *filter;
66 struct seccomp_filter { }; struct
/kernel/linux/linux-6.6/include/linux/
H A Dseccomp.h24 struct seccomp_filter;
40 struct seccomp_filter *filter;
68 struct seccomp_filter { }; struct

Completed in 5 milliseconds