Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dseccomp.h76 extern void get_seccomp_filter(struct task_struct *tsk);
82 static inline void get_seccomp_filter(struct task_struct *tsk) in get_seccomp_filter() function
/linux-6.12.1/kernel/
Dseccomp.c619 get_seccomp_filter(caller); in seccomp_sync_threads()
947 void get_seccomp_filter(struct task_struct *tsk) in get_seccomp_filter() function
Dfork.c1899 get_seccomp_filter(current); in copy_seccomp()