Searched defs:seccomp_filter (Results 1 – 2 of 2) sorted by relevance
179 struct seccomp_filter { struct183 struct seccomp_filter *prev; argument184 struct bpf_prog *prog;185 struct notification *notif;186 struct mutex notify_lock;187 wait_queue_head_t wqh;
66 struct seccomp_filter { }; struct