Home
last modified time | relevance | path

Searched defs:seccomp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dseccomp.h28 struct seccomp { struct
30 struct seccomp_filter *filter; argument
48 static inline int seccomp_mode(struct seccomp *s) in seccomp_mode() argument
57 struct seccomp { }; struct
Dsched.h887 struct seccomp seccomp; member
/Linux-v4.19/kernel/
Dseccomp.c946 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, in SYSCALL_DEFINE3() argument
/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c158 int seccomp(unsigned int op, unsigned int flags, void *args) in seccomp() function