Home
last modified time | relevance | path

Searched refs:audit_tree_path (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/kernel/
Daudit.h297 extern const char *audit_tree_path(struct audit_tree *tree);
329 #define audit_tree_path(rule) "" /* never called */ macro
Dauditfilter.c676 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()
Daudit_tree.c123 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path() function