Searched refs:dtaudit_hook_commit (Results 1 – 3 of 3) sorted by relevance
492 dtaudit_hook_commit = dtaudit_commit; in dtaudit_load()502 dtaudit_hook_commit = NULL; in dtaudit_unload()
183 int (*dtaudit_hook_commit)(struct kaudit_record *kar, au_id_t auid, variable538 if (dtaudit_hook_commit != NULL) { in audit_commit()539 if (dtaudit_hook_commit(ar, auid, event, class, sorf) != 0) in audit_commit()
434 extern int (*dtaudit_hook_commit)(struct kaudit_record *kar,