syscall_arg
#define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
struct syscall_arg {
#define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
#define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32))