Searched defs:seccomp_data (Results 1 – 2 of 2) sorted by relevance
47 struct seccomp_data { struct48 int nr;49 __u32 arch;50 __u64 instruction_pointer;51 __u64 args[6];
82 struct seccomp_data { struct91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) argument