Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dseccomp.h68 __u16 seccomp_notif; member
73 struct seccomp_notif { struct
142 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c182 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
187 struct seccomp_notif { struct
202 __u16 seccomp_notif; argument
3127 struct seccomp_notif req = {};
3233 struct seccomp_notif req = {};
3284 struct seccomp_notif req = {};
3394 struct seccomp_notif req = {};
3432 struct seccomp_notif req = {};
3499 struct seccomp_notif req = {};
3538 EXPECT_EQ(sizes.seccomp_notif, sizeof(struct seccomp_notif));
[all …]