Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Daudit.h297 extern int audit_tag_tree(char *old, char *new);
329 #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.c1459 err = audit_tag_tree(old, new); in audit_receive_msg()