Home
last modified time | relevance | path

Searched defs:syscall_arg (Results 1 – 3 of 3) sorted by relevance

/external/seccomp-tests/linux/
Dseccomp_bpf.c91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
93 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
93 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c84 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro