Searched refs:audit_tree (Results 1 – 5 of 5) sorted by relevance
6 struct audit_tree;9 struct audit_tree { struct31 struct audit_tree *owner; argument71 static struct audit_tree *alloc_tree(const char *s) in alloc_tree()73 struct audit_tree *tree; in alloc_tree()75 tree = kmalloc(sizeof(struct audit_tree) + strlen(s) + 1, GFP_KERNEL); in alloc_tree()89 static inline void get_tree(struct audit_tree *tree) in get_tree()96 struct audit_tree *tree = container_of(rcu, struct audit_tree, head); in __put_tree()100 static inline void put_tree(struct audit_tree *tree) in put_tree()107 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path()[all …]
68 struct audit_tree;127 extern int audit_tree_match(struct audit_chunk *, struct audit_tree *);135 extern const char *audit_tree_path(struct audit_tree *);136 extern void audit_put_tree(struct audit_tree *);
73 obj-$(CONFIG_AUDIT_TREE) += audit_tree.o
1284 struct audit_tree *tree = entry->rule.tree; in audit_add_rule()1376 struct audit_tree *tree = entry->rule.tree; in audit_del_rule()1776 struct audit_tree *tree; in update_lsm_rule()
408 static int match_tree_refs(struct audit_context *ctx, struct audit_tree *tree) in match_tree_refs()