Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dseccomp.c128 struct seccomp_filter { struct
131 struct seccomp_filter *prev; argument
132 struct bpf_prog *prog;
133 struct notification *notif;
134 struct mutex notify_lock;
/Linux-v5.4/include/linux/
Dseccomp.h59 struct seccomp_filter { }; struct