Lines Matching refs:action
954 static inline void seccomp_log(unsigned long syscall, long signr, u32 action, in seccomp_log() argument
959 switch (action) { in seccomp_log()
994 audit_seccomp(syscall, signr, action); in seccomp_log()
1194 u32 filter_ret, action; in __seccomp_filter() local
1212 action = filter_ret & SECCOMP_RET_ACTION_FULL; in __seccomp_filter()
1214 switch (action) { in __seccomp_filter()
1280 seccomp_log(this_syscall, 0, action, true); in __seccomp_filter()
1295 seccomp_log(this_syscall, SIGSYS, action, true); in __seccomp_filter()
1297 if (action != SECCOMP_RET_KILL_THREAD || in __seccomp_filter()
1312 seccomp_log(this_syscall, 0, action, match ? match->log : false); in __seccomp_filter()
1945 u32 action; in seccomp_get_action_avail() local
1947 if (copy_from_user(&action, uaction, sizeof(action))) in seccomp_get_action_avail()
1950 switch (action) { in seccomp_get_action_avail()