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