Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dseccomp.c179 struct seccomp_filter { struct
183 struct seccomp_filter *prev; argument
184 struct bpf_prog *prog;
185 struct notification *notif;
186 struct mutex notify_lock;
187 wait_queue_head_t wqh;
/Linux-v5.10/include/linux/
Dseccomp.h66 struct seccomp_filter { }; struct