Lines Matching refs:aux
880 struct audit_aux_data *aux; in audit_free_aux() local
882 while ((aux = context->aux)) { in audit_free_aux()
883 context->aux = aux->next; in audit_free_aux()
884 kfree(aux); in audit_free_aux()
886 while ((aux = context->aux_pids)) { in audit_free_aux()
887 context->aux_pids = aux->next; in audit_free_aux()
888 kfree(aux); in audit_free_aux()
1449 struct audit_aux_data *aux; in audit_log_exit() local
1478 for (aux = context->aux; aux; aux = aux->next) { in audit_log_exit()
1480 ab = audit_log_start(context, GFP_KERNEL, aux->type); in audit_log_exit()
1484 switch (aux->type) { in audit_log_exit()
1487 struct audit_aux_data_bprm_fcaps *axs = (void *)aux; in audit_log_exit()
1531 for (aux = context->aux_pids; aux; aux = aux->next) { in audit_log_exit()
1532 struct audit_aux_data_pids *axs = (void *)aux; in audit_log_exit()
1723 context->aux = NULL; in __audit_syscall_exit()
2453 ax->d.next = context->aux; in __audit_log_bprm_fcaps()
2454 context->aux = (void *)ax; in __audit_log_bprm_fcaps()