Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dseccomp.c57 struct seccomp_filter { struct
59 struct seccomp_filter *prev; argument
60 struct bpf_prog *prog;
/linux-4.4.14/include/linux/
Dseccomp.h61 struct seccomp_filter { }; struct