Searched defs:syscall_arg (Results 1 – 3 of 3) sorted by relevance
98 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro144 const __u32 syscall_arg = syscall_arg(arg_num); in ValidateSyscallArgInRange() local
91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro93 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro
289 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro291 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro