Lines Matching refs:action
993 static inline void seccomp_log(unsigned long syscall, long signr, u32 action, in seccomp_log() argument
998 switch (action) { in seccomp_log()
1033 audit_seccomp(syscall, signr, action); in seccomp_log()
1245 u32 filter_ret, action; in __seccomp_filter() local
1260 action = filter_ret & SECCOMP_RET_ACTION_FULL; in __seccomp_filter()
1262 switch (action) { in __seccomp_filter()
1328 seccomp_log(this_syscall, 0, action, true); in __seccomp_filter()
1343 seccomp_log(this_syscall, SIGSYS, action, true); in __seccomp_filter()
1345 if (action != SECCOMP_RET_KILL_THREAD || in __seccomp_filter()
1360 seccomp_log(this_syscall, 0, action, match ? match->log : false); in __seccomp_filter()
2048 u32 action; in seccomp_get_action_avail() local
2050 if (copy_from_user(&action, uaction, sizeof(action))) in seccomp_get_action_avail()
2053 switch (action) { in seccomp_get_action_avail()