Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dseccomp_types.h22 struct seccomp { struct
25 struct seccomp_filter *filter; argument
30 struct seccomp { }; struct
H A Dsched.h1191 struct seccomp seccomp; member
/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/Documentation/admin-guide/sysctl/
H A Dkernel.rst1297 seccomp chapter
/linux/include/uapi/linux/
H A Dptrace.h101 } seccomp; member
/linux/kernel/
H A Dseccomp.c2101 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, in SYSCALL_DEFINE3() argument
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c290 int seccomp(unsigned int op, unsigned int flags, void *args) in seccomp() function
2130 FIXTURE_VARIANT_ADD(TRACE_syscall, seccomp) { in FIXTURE_VARIANT_ADD() argument