Lines Matching refs:aux
885 struct audit_aux_data *aux; in audit_free_aux() local
887 while ((aux = context->aux)) { in audit_free_aux()
888 context->aux = aux->next; in audit_free_aux()
889 kfree(aux); in audit_free_aux()
891 while ((aux = context->aux_pids)) { in audit_free_aux()
892 context->aux_pids = aux->next; in audit_free_aux()
893 kfree(aux); in audit_free_aux()
1328 struct audit_aux_data *aux; in audit_log_exit() local
1358 for (aux = context->aux; aux; aux = aux->next) { in audit_log_exit()
1360 ab = audit_log_start(context, GFP_KERNEL, aux->type); in audit_log_exit()
1364 switch (aux->type) { in audit_log_exit()
1367 struct audit_aux_data_bprm_fcaps *axs = (void *)aux; in audit_log_exit()
1406 for (aux = context->aux_pids; aux; aux = aux->next) { in audit_log_exit()
1407 struct audit_aux_data_pids *axs = (void *)aux; in audit_log_exit()
1569 context->aux = NULL; in __audit_syscall_exit()
2313 ax->d.next = context->aux; in __audit_log_bprm_fcaps()
2314 context->aux = (void *)ax; in __audit_log_bprm_fcaps()