Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Daudit.h313 extern const char *audit_tree_path(struct audit_tree *tree);
323 #define audit_tree_path(rule) "" /* never called */ macro
Dauditfilter.c657 audit_tree_path(krule->tree)); in audit_krule_to_data()
721 if (strcmp(audit_tree_path(a->tree), in audit_compare_rule()
722 audit_tree_path(b->tree))) in audit_compare_rule()
Daudit_tree.c106 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path() function