Lines Matching refs:aux
181 struct audit_aux_data *aux; member
828 struct audit_aux_data *aux; in audit_free_aux() local
830 while ((aux = context->aux)) { in audit_free_aux()
831 context->aux = aux->next; in audit_free_aux()
832 kfree(aux); in audit_free_aux()
834 while ((aux = context->aux_pids)) { in audit_free_aux()
835 context->aux_pids = aux->next; in audit_free_aux()
836 kfree(aux); in audit_free_aux()
1317 struct audit_aux_data *aux; in audit_log_exit() local
1382 for (aux = context->aux; aux; aux = aux->next) { in audit_log_exit()
1384 ab = audit_log_start(context, GFP_KERNEL, aux->type); in audit_log_exit()
1388 switch (aux->type) { in audit_log_exit()
1391 struct audit_aux_data_execve *axi = (void *)aux; in audit_log_exit()
1396 struct audit_aux_data_bprm_fcaps *axs = (void *)aux; in audit_log_exit()
1435 for (aux = context->aux_pids; aux; aux = aux->next) { in audit_log_exit()
1436 struct audit_aux_data_pids *axs = (void *)aux; in audit_log_exit()
1704 context->aux = NULL; in audit_syscall_exit()
2282 ax->d.next = context->aux; in audit_bprm()
2283 context->aux = (void *)ax; in audit_bprm()
2444 ax->d.next = context->aux; in __audit_log_bprm_fcaps()
2445 context->aux = (void *)ax; in __audit_log_bprm_fcaps()