Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dseccomp.c226 struct seccomp_filter { struct
232 struct seccomp_filter *prev; argument
233 struct bpf_prog *prog;
234 struct notification *notif;
235 struct mutex notify_lock;
236 wait_queue_head_t wqh;
/Linux-v6.6/include/linux/
Dseccomp.h68 struct seccomp_filter { }; struct