Lines Matching refs:action
964 static inline void seccomp_log(unsigned long syscall, long signr, u32 action, in seccomp_log() argument
969 switch (action) { in seccomp_log()
1004 audit_seccomp(syscall, signr, action); in seccomp_log()
1161 u32 filter_ret, action; in __seccomp_filter() local
1179 action = filter_ret & SECCOMP_RET_ACTION_FULL; in __seccomp_filter()
1181 switch (action) { in __seccomp_filter()
1247 seccomp_log(this_syscall, 0, action, true); in __seccomp_filter()
1262 seccomp_log(this_syscall, SIGSYS, action, true); in __seccomp_filter()
1264 if (action != SECCOMP_RET_KILL_THREAD || in __seccomp_filter()
1274 if (action == SECCOMP_RET_KILL_THREAD) in __seccomp_filter()
1283 seccomp_log(this_syscall, 0, action, match ? match->log : false); in __seccomp_filter()
1887 u32 action; in seccomp_get_action_avail() local
1889 if (copy_from_user(&action, uaction, sizeof(action))) in seccomp_get_action_avail()
1892 switch (action) { in seccomp_get_action_avail()