Searched refs:seccomp_notif (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | seccomp.h | 68 __u16 seccomp_notif; member 73 struct seccomp_notif { struct 142 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | seccomp.h | 70 __u16 seccomp_notif; member 75 struct seccomp_notif { struct 147 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | seccomp.h | 70 __u16 seccomp_notif; member 75 struct seccomp_notif { struct 147 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | seccomp.h | 54 __u16 seccomp_notif; member 58 struct seccomp_notif { struct 84 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | seccomp.h | 54 __u16 seccomp_notif; member 58 struct seccomp_notif { struct 84 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif)
|
/kernel/linux/linux-5.10/samples/seccomp/ |
H A D | user-trap.c | 104 static int handle_req(struct seccomp_notif *req, in handle_req() 289 struct seccomp_notif *req; in main() 298 req = malloc(sizes.seccomp_notif); in main() 308 memset(req, 0, sizes.seccomp_notif); in main()
|
/kernel/linux/linux-6.6/samples/seccomp/ |
H A D | user-trap.c | 104 static int handle_req(struct seccomp_notif *req, in handle_req() 289 struct seccomp_notif *req; in main() 298 req = malloc(sizes.seccomp_notif); in main() 308 memset(req, 0, sizes.seccomp_notif); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 197 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif) 202 struct seccomp_notif { struct 217 __u16 seccomp_notif; member 3299 struct seccomp_notif req = {}; in TEST() 3428 struct seccomp_notif req = {}; in TEST() 3479 struct seccomp_notif req = {}; in TEST() 3589 struct seccomp_notif req = {}; in TEST() 3630 struct seccomp_notif req = {}; in TEST() 3700 struct seccomp_notif req = {}; in TEST() 3739 EXPECT_EQ(sizes.seccomp_notif, sizeo in TEST() [all...] |
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | sched-seccomp-notify.c | 71 struct seccomp_notif req; in user_notification_sync_loop()
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 202 #define SECCOMP_IOCTL_NOTIF_RECV SECCOMP_IOWR(0, struct seccomp_notif) 207 struct seccomp_notif { struct 222 __u16 seccomp_notif; member 3366 struct seccomp_notif req = {}; in TEST() 3495 struct seccomp_notif req = {}; in TEST() 3546 struct seccomp_notif req = {}; in TEST() 3656 struct seccomp_notif req = {}; in TEST() 3697 struct seccomp_notif req = {}; in TEST() 3767 struct seccomp_notif req = {}; in TEST() 3809 EXPECT_EQ(sizes.seccomp_notif, sizeo in TEST() [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | seccomp.c | 1188 struct seccomp_notif unotif; in seccomp_notify_recv() 1671 .seccomp_notif = sizeof(struct seccomp_notif), in seccomp_get_notif_sizes()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | seccomp.c | 1501 struct seccomp_notif unotif; in seccomp_notify_recv() 2034 .seccomp_notif = sizeof(struct seccomp_notif), in seccomp_get_notif_sizes()
|
Completed in 18 milliseconds