Searched refs:audit_tree_path (Results 1 – 3 of 3) sorted by relevance
299 extern const char *audit_tree_path(struct audit_tree *tree);331 #define audit_tree_path(rule) "" /* never called */ macro
676 audit_tree_path(krule->tree)); in audit_krule_to_data()740 if (strcmp(audit_tree_path(a->tree), in audit_compare_rule()741 audit_tree_path(b->tree))) in audit_compare_rule()
123 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path() function