Symbol: seccomp_notif
include/uapi/linux/seccomp.h
147
#define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
include/uapi/linux/seccomp.h
70
__u16 seccomp_notif;
kernel/seccomp.c
1556
struct seccomp_notif unotif;
kernel/seccomp.c
2089
.seccomp_notif = sizeof(struct seccomp_notif),
samples/seccomp/user-trap.c
108
static int handle_req(struct seccomp_notif *req,
samples/seccomp/user-trap.c
293
struct seccomp_notif *req;
samples/seccomp/user-trap.c
302
req = malloc(sizes.seccomp_notif);
samples/seccomp/user-trap.c
312
memset(req, 0, sizes.seccomp_notif);
tools/include/uapi/linux/seccomp.h
147
#define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
tools/include/uapi/linux/seccomp.h
70
__u16 seccomp_notif;
tools/perf/bench/sched-seccomp-notify.c
71
struct seccomp_notif req;
tools/testing/selftests/seccomp/seccomp_bpf.c
230
#define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
tools/testing/selftests/seccomp/seccomp_bpf.c
250
__u16 seccomp_notif;
tools/testing/selftests/seccomp/seccomp_bpf.c
3390
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3519
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3574
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3684
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3725
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3802
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3844
EXPECT_EQ(sizes.seccomp_notif, sizeof(struct seccomp_notif));
tools/testing/selftests/seccomp/seccomp_bpf.c
3853
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3995
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4147
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4307
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4378
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4543
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4719
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4794
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4922
struct seccomp_notif req = {};