Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dseccomp.h25 struct seccomp { struct
27 struct seccomp_filter *filter; argument
60 struct seccomp { }; struct
Dsched.h1586 struct seccomp seccomp; member
/linux-4.4.14/kernel/
Dseccomp.c832 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, in SYSCALL_DEFINE3() argument
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1484 int seccomp(unsigned int op, unsigned int flags, struct sock_fprog *filter) in seccomp() function