Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dseccomp.h99 extern long seccomp_get_metadata(struct task_struct *task,
107 static inline long seccomp_get_metadata(struct task_struct *task, in seccomp_get_metadata() function
/Linux-v4.19/kernel/
Dseccomp.c1071 long seccomp_get_metadata(struct task_struct *task, in seccomp_get_metadata() function
Dptrace.c1096 ret = seccomp_get_metadata(child, addr, datavp); in ptrace_request()