Searched defs:seccomp_filter (Results 1 – 2 of 2) sorted by relevance
224 struct seccomp_filter { struct230 struct seccomp_filter *prev; argument231 struct bpf_prog *prog;232 struct notification *notif;233 struct mutex notify_lock;234 wait_queue_head_t wqh;
31 struct seccomp_filter { }; struct