Searched refs:to_send (Results 1 – 1 of 1) sorted by relevance
1028 size_t len, len_left, to_send; in audit_log_single_execve_arg() local1051 to_send = MAX_EXECVE_AUDIT_LEN; in audit_log_single_execve_arg()1053 to_send = len_left; in audit_log_single_execve_arg()1054 ret = copy_from_user(buf, tmp_p, to_send); in audit_log_single_execve_arg()1065 buf[to_send] = '\0'; in audit_log_single_execve_arg()1066 has_cntl = audit_string_contains_control(buf, to_send); in audit_log_single_execve_arg()1075 len_left -= to_send; in audit_log_single_execve_arg()1076 tmp_p += to_send; in audit_log_single_execve_arg()1089 to_send = max_execve_audit_len; in audit_log_single_execve_arg()1091 to_send = len_left; in audit_log_single_execve_arg()[all …]