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.h77 extern void get_seccomp_filter(struct task_struct *tsk);
83 static inline void get_seccomp_filter(struct task_struct *tsk) in get_seccomp_filter() function
/linux/kernel/
H A Dseccomp.c627 get_seccomp_filter(caller); in seccomp_sync_threads()
979 void get_seccomp_filter(struct task_struct *tsk) in get_seccomp_filter() function
H A Dfork.c1761 get_seccomp_filter(current); in copy_seccomp()