Searched refs:seccomp_notif_resp (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | seccomp.h | 69 __u16 seccomp_notif_resp; member 81 * Valid flags for struct seccomp_notif_resp 109 struct seccomp_notif_resp { struct 144 struct seccomp_notif_resp)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | seccomp.h | 71 __u16 seccomp_notif_resp; member 83 * Valid flags for struct seccomp_notif_resp 111 struct seccomp_notif_resp { struct 149 struct seccomp_notif_resp)
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | seccomp.h | 71 __u16 seccomp_notif_resp; member 83 * Valid flags for struct seccomp_notif_resp 111 struct seccomp_notif_resp { struct 149 struct seccomp_notif_resp)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | seccomp.h | 55 __u16 seccomp_notif_resp; member 65 struct seccomp_notif_resp { struct 85 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, struct seccomp_notif_resp)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | seccomp.h | 55 __u16 seccomp_notif_resp; member 65 struct seccomp_notif_resp { struct 85 #define SECCOMP_IOCTL_NOTIF_SEND SECCOMP_IOWR(1, struct seccomp_notif_resp)
|
/kernel/linux/linux-5.10/samples/seccomp/ |
H A D | user-trap.c | 105 struct seccomp_notif_resp *resp, int listener) in handle_req() 290 struct seccomp_notif_resp *resp; in main() 302 resp = malloc(sizes.seccomp_notif_resp); in main() 305 memset(resp, 0, sizes.seccomp_notif_resp); in main()
|
/kernel/linux/linux-6.6/samples/seccomp/ |
H A D | user-trap.c | 105 struct seccomp_notif_resp *resp, int listener) in handle_req() 290 struct seccomp_notif_resp *resp; in main() 302 resp = malloc(sizes.seccomp_notif_resp); in main() 305 memset(resp, 0, sizes.seccomp_notif_resp); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 199 struct seccomp_notif_resp) 209 struct seccomp_notif_resp { struct 218 __u16 seccomp_notif_resp; member 3300 struct seccomp_notif_resp resp = {}; in TEST() 3429 struct seccomp_notif_resp resp = {}; in TEST() 3480 struct seccomp_notif_resp resp = {}; in TEST() 3590 struct seccomp_notif_resp resp = {}; in TEST() 3631 struct seccomp_notif_resp resp = {}; in TEST() 3701 struct seccomp_notif_resp resp = {}; in TEST() 3740 EXPECT_EQ(sizes.seccomp_notif_resp, sizeo in TEST() [all...] |
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | sched-seccomp-notify.c | 70 struct seccomp_notif_resp resp; in user_notification_sync_loop()
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 204 struct seccomp_notif_resp) 214 struct seccomp_notif_resp { struct 223 __u16 seccomp_notif_resp; member 3367 struct seccomp_notif_resp resp = {}; in TEST() 3496 struct seccomp_notif_resp resp = {}; in TEST() 3547 struct seccomp_notif_resp resp = {}; in TEST() 3657 struct seccomp_notif_resp resp = {}; in TEST() 3698 struct seccomp_notif_resp resp = {}; in TEST() 3768 struct seccomp_notif_resp resp = {}; in TEST() 3810 EXPECT_EQ(sizes.seccomp_notif_resp, sizeo in TEST() [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | seccomp.c | 1256 struct seccomp_notif_resp resp = {}; in seccomp_notify_send() 1672 .seccomp_notif_resp = sizeof(struct seccomp_notif_resp), in seccomp_get_notif_sizes()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | seccomp.c | 1573 struct seccomp_notif_resp resp = {}; in seccomp_notify_send() 2035 .seccomp_notif_resp = sizeof(struct seccomp_notif_resp), in seccomp_get_notif_sizes()
|
Completed in 18 milliseconds