Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dseccomp.h96 extern void get_seccomp_filter(struct task_struct *tsk);
102 static inline void get_seccomp_filter(struct task_struct *tsk) in get_seccomp_filter() function
/openbmc/linux/kernel/
H A Dseccomp.c606 get_seccomp_filter(caller); in seccomp_sync_threads()
934 void get_seccomp_filter(struct task_struct *tsk) in get_seccomp_filter() function
H A Dfork.c1910 get_seccomp_filter(current); in copy_seccomp()