Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dseccomp.c64 struct seccomp_filter { struct
67 struct seccomp_filter *prev; argument
68 struct bpf_prog *prog;
/Linux-v4.19/include/linux/
Dseccomp.h58 struct seccomp_filter { }; struct