syscall_arg 31 samples/seccomp/bpf-direct.c #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) syscall_arg 94 tools/perf/trace/beauty/beauty.h struct syscall_arg { syscall_arg 217 tools/testing/selftests/seccomp/seccomp_bpf.c #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) syscall_arg 219 tools/testing/selftests/seccomp/seccomp_bpf.c #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32))