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

/linux-master/include/linux/
H A Dseccomp_types.h9 struct seccomp_filter;
25 struct seccomp_filter *filter;
31 struct seccomp_filter { }; struct
/linux-master/kernel/
H A Dseccomp.c179 static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter,
185 static inline void seccomp_cache_prepare(struct seccomp_filter *sfilter)
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,
400 * @match: stores struct seccomp_filter that resulted in the return value,
407 struct seccomp_filter **matc
[all...]

Completed in 121 milliseconds