Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/kernel/
H A Dseccomp.c627 get_seccomp_filter(caller); in seccomp_sync_threads()
964 void get_seccomp_filter(struct task_struct *tsk) in get_seccomp_filter() function
H A Dfork.c1962 get_seccomp_filter(current); in copy_seccomp()