Searched defs:seccomp_filter (Results 1 – 2 of 2) sorted by relevance
128 struct seccomp_filter { struct131 struct seccomp_filter *prev; argument132 struct bpf_prog *prog;133 struct notification *notif;134 struct mutex notify_lock;
59 struct seccomp_filter { }; struct