Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Daudit.h298 extern void audit_put_tree(struct audit_tree *tree);
327 #define audit_put_tree(tree) do { } while (0) macro
Dauditfilter.c616 audit_put_tree(entry->rule.tree); /* that's the temporary one */ in audit_data_to_entry()
966 audit_put_tree(tree); in audit_add_rule()
980 audit_put_tree(tree); in audit_add_rule()
1074 audit_put_tree(tree); /* that's the temporary one */ in audit_del_rule()
Daudit_tree.c740 void audit_put_tree(struct audit_tree *tree) in audit_put_tree() function