Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dseccomp.h47 struct seccomp_data { struct
56 __u16 seccomp_data; argument
62 struct seccomp_data data;
/aosp12/bionic/libc/seccomp/
H A Dseccomp_policy.cpp83 #define syscall_nr (offsetof(struct seccomp_data, nr))
84 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
85 #define arch_nr (offsetof(struct seccomp_data, arch))