Searched defs:seccomp_data (Results 1 – 1 of 1) sorted by relevance
81 struct seccomp_data { struct89 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) argument