Searched refs:unotif (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dseccomp.c1501 struct seccomp_notif unotif; local
1505 ret = check_zeroed_user(buf, sizeof(unotif));
1511 memset(&unotif, 0, sizeof(unotif));
1535 unotif.id = knotif->id;
1536 unotif.pid = task_pid_vnr(knotif->task);
1537 unotif.data = *(knotif->data);
1545 if (ret == 0 && copy_to_user(buf, &unotif, sizeof(unotif))) {
1555 knotif = find_notification(filter, unotif
[all...]

Completed in 120 milliseconds