Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dseccomp.h81 extern void get_seccomp_filter(struct task_struct *tsk);
87 static inline void get_seccomp_filter(struct task_struct *tsk) in get_seccomp_filter() function
/linux/kernel/
H A Dseccomp.c619 get_seccomp_filter(caller); in seccomp_sync_threads()
956 void get_seccomp_filter(struct task_struct *tsk) in get_seccomp_filter() function
H A Dfork.c1928 get_seccomp_filter(current); in copy_seccomp()