Home
last modified time | relevance | path

Searched defs:this_syscall (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/
Dseccomp.c528 static void __secure_computing_strict(int this_syscall) in __secure_computing_strict()
548 void secure_computing_strict(int this_syscall) in secure_computing_strict()
577 static u32 __seccomp_phase1_filter(int this_syscall, struct seccomp_data *sd) in __seccomp_phase1_filter()
654 int this_syscall = sd ? sd->nr : in seccomp_phase1() local
/linux-4.4.14/include/linux/
Dseccomp.h66 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict()