Home
last modified time | relevance | path

Searched refs:seccomp_notif_addfd (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dseccomp.h127 struct seccomp_notif_addfd { struct
148 struct seccomp_notif_addfd) argument
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c224 struct seccomp_notif_addfd)
229 struct seccomp_notif_addfd { struct
247 struct seccomp_notif_addfd addfd; argument
248 char buf[sizeof(struct seccomp_notif_addfd) + 8];
3954 struct seccomp_notif_addfd addfd = {}; in TEST()
4081 struct seccomp_notif_addfd addfd = {}; in TEST()
/Linux-v5.10/kernel/
Dseccomp.c1318 struct seccomp_notif_addfd __user *uaddfd, in seccomp_notify_addfd()
1321 struct seccomp_notif_addfd addfd; in seccomp_notify_addfd()