Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Daudit.h134 extern const char *audit_tree_path(struct audit_tree *);
144 #define audit_tree_path(rule) "" /* never called */ macro
Dauditfilter.c642 audit_tree_path(krule->tree)); in audit_krule_to_data()
694 if (strcmp(audit_tree_path(a->tree), in audit_compare_rule()
695 audit_tree_path(b->tree))) in audit_compare_rule()
Daudit_tree.c109 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path() function