Searched defs:seccomp_filter (Results 1 – 2 of 2) sorted by relevance
221 struct seccomp_filter { struct227 struct seccomp_filter *prev; argument228 struct bpf_prog *prog;229 struct notification *notif;230 struct mutex notify_lock;231 wait_queue_head_t wqh;
67 struct seccomp_filter { }; struct