Searched refs:len_sent (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditsc.c1008 * to_send and len_sent accounting are very loose estimates. We aren't
1021 size_t *len_sent,
1095 room_left = MAX_EXECVE_AUDIT_LEN - arg_num_len - *len_sent;
1101 *len_sent = 0;
1144 *len_sent += arg_num_len;
1146 *len_sent += to_send * 2;
1148 *len_sent += to_send;
1159 size_t len, len_sent = 0; local
1184 &len_sent, p, buf);
1018 audit_log_single_execve_arg(struct audit_context *context, struct audit_buffer **ab, int arg_num, size_t *len_sent, const char __user *p, char *buf) argument

Completed in 57 milliseconds