Searched refs:dtaudit_hook_preselect (Results 1 – 3 of 3) sorted by relevance
491 dtaudit_hook_preselect = dtaudit_preselect; in dtaudit_load()501 dtaudit_hook_preselect = NULL; in dtaudit_unload()
181 void *(*dtaudit_hook_preselect)(au_id_t auid, au_event_t event, variable679 if (dtaudit_hook_preselect != NULL) { in audit_syscall_enter()680 dtaudit_state = dtaudit_hook_preselect(auid, event, class); in audit_syscall_enter()
432 extern void *(*dtaudit_hook_preselect)(au_id_t auid, au_event_t event,