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
224
#define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
tools/testing/selftests/seccomp/seccomp_bpf.c
244
__u16 seccomp_notif;
tools/testing/selftests/seccomp/seccomp_bpf.c
3384
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3513
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3568
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3678
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3719
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3796
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3838
EXPECT_EQ(sizes.seccomp_notif, sizeof(struct seccomp_notif));
tools/testing/selftests/seccomp/seccomp_bpf.c
3847
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
3989
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4141
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4301
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4372
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4537
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4713
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4788
struct seccomp_notif req = {};
tools/testing/selftests/seccomp/seccomp_bpf.c
4916
struct seccomp_notif req = {};