Home
last modified time | relevance | path

Searched refs:audit_tree (Results 1 – 5 of 5) sorted by relevance

/kernel/
Daudit_tree.c8 struct audit_tree;
11 struct audit_tree { struct
33 struct audit_tree *owner; argument
73 static struct audit_tree *alloc_tree(const char *s) in alloc_tree()
75 struct audit_tree *tree; in alloc_tree()
77 tree = kmalloc(sizeof(struct audit_tree) + strlen(s) + 1, GFP_KERNEL); in alloc_tree()
91 static inline void get_tree(struct audit_tree *tree) in get_tree()
96 static inline void put_tree(struct audit_tree *tree) in put_tree()
103 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path()
198 int audit_tree_match(struct audit_chunk *chunk, struct audit_tree *tree) in audit_tree_match()
[all …]
Daudit.h59 struct audit_tree;
282 extern int audit_tree_match(struct audit_chunk *, struct audit_tree *);
288 extern const char *audit_tree_path(struct audit_tree *);
289 extern void audit_put_tree(struct audit_tree *);
DMakefile76 obj-$(CONFIG_AUDIT_TREE) += audit_tree.o
Dauditfilter.c840 struct audit_tree *tree = entry->rule.tree; in audit_add_rule()
919 struct audit_tree *tree = entry->rule.tree; in audit_del_rule()
Dauditsc.c301 static int match_tree_refs(struct audit_context *ctx, struct audit_tree *tree) in match_tree_refs()