Home
last modified time | relevance | path

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

/dports/devel/kore/kore-4.1.0/include/kore/
H A Dseccomp.h172 struct sock_filter *kore_seccomp_syscall_filter(const char *, int);
/dports/devel/kore/kore-4.1.0/src/
H A Dseccomp.c412 kore_seccomp_syscall_filter(const char *name, int action) in kore_seccomp_syscall_filter() function
H A Dpython.c749 filter = kore_seccomp_syscall_filter(syscall, action); in pyseccomp_filter_install()