Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Dseccomp.c221 struct seccomp_filter { struct
227 struct seccomp_filter *prev; argument
228 struct bpf_prog *prog;
229 struct notification *notif;
230 struct mutex notify_lock;
231 wait_queue_head_t wqh;
/Linux-v6.1/include/linux/
Dseccomp.h67 struct seccomp_filter { }; struct