Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dseccomp_types.h22 struct seccomp { struct
25 struct seccomp_filter *filter; argument
30 struct seccomp { }; struct
/linux/tools/perf/bench/
H A Dsched-seccomp-notify.c44 static int seccomp(unsigned int op, unsigned int flags, void *args) in seccomp() function
/linux/samples/seccomp/
H A Duser-trap.c26 static int seccomp(unsigned int op, unsigned int flags, void *args) in seccomp() function
/linux/arch/um/include/shared/skas/
H A Dstub-data.h21 int seccomp; member
/linux/include/uapi/linux/
H A Dptrace.h104 } seccomp; member
/linux/kernel/
H A Dseccomp.c2126 SYSCALL_DEFINE3(seccomp,unsigned int,op,unsigned int,flags,void __user *,uargs) SYSCALL_DEFINE3() argument
[all...]
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c311 int seccomp(unsigned int op, unsigned int flags, void *args) in seccomp() function
2145 FIXTURE_VARIANT_ADD(TRACE_syscall, seccomp) { in FIXTURE_VARIANT_ADD() argument