Home
last modified time | relevance | path

Searched refs:seccomp_data (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dseccomp.h46 struct seccomp_data { struct
55 __u16 seccomp_data; argument
61 struct seccomp_data data;
/bionic/libc/seccomp/
Dseccomp_policy.cpp118 #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))