Searched defs:syscall_arg (Results 1 – 3 of 3) sorted by relevance
94 struct syscall_arg { struct109 unsigned long syscall_arg__val(struct syscall_arg *arg, u8 idx); argument
31 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
216 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro218 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro