Searched refs:dtaudit_hook_preselect (Results 1 – 3 of 3) sorted by relevance
493 dtaudit_hook_preselect = dtaudit_preselect; in dtaudit_load()503 dtaudit_hook_preselect = NULL; in dtaudit_unload()
180 void *(*dtaudit_hook_preselect)(au_id_t auid, au_event_t event, variable678 if (dtaudit_hook_preselect != NULL) { in audit_syscall_enter()679 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,