Searched refs:seccomp_data (Results 1 – 2 of 2) sorted by relevance
46 struct seccomp_data { struct55 __u16 seccomp_data; argument61 struct seccomp_data data;
118 #define syscall_nr (offsetof(struct seccomp_data, nr))119 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))120 #define arch_nr (offsetof(struct seccomp_data, arch))