Home
last modified time | relevance | path

Searched defs:seccomp_filter (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c212 struct seccomp_filter { struct
217 struct seccomp_filter *prev; argument
218 struct bpf_prog *prog;
219 struct notification *notif;
220 struct mutex notify_lock;
221 wait_queue_head_t wqh;
/OK3568_Linux_fs/kernel/include/linux/
H A Dseccomp.h66 struct seccomp_filter { }; struct