Home
last modified time | relevance | path

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

/linux/kernel/
H A Daudit.h296 extern int audit_tag_tree(char *old, char *new);
328 #define audit_tag_tree(old, new) -EINVAL macro
H A Daudit_tree.c870 int audit_tag_tree(char *old, char *new) in audit_tag_tree() function
H A Daudit.c1460 err = audit_tag_tree(old, new); in audit_receive_msg()