Searched refs:dtaudit_hook_commit (Results 1 – 3 of 3) sorted by relevance
489 dtaudit_hook_commit = dtaudit_commit; in dtaudit_load()499 dtaudit_hook_commit = NULL; in dtaudit_unload()
180 int (*dtaudit_hook_commit)(struct kaudit_record *kar, au_id_t auid, variable536 if (dtaudit_hook_commit != NULL) { in audit_commit()537 if (dtaudit_hook_commit(ar, auid, event, class, sorf) != 0) in audit_commit()
432 extern int (*dtaudit_hook_commit)(struct kaudit_record *kar,