Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Daudit_tree.c10 struct audit_tree;
13 struct audit_tree { struct
35 struct audit_tree *owner; argument
76 static struct audit_tree *alloc_tree(const char *s) in alloc_tree()
78 struct audit_tree *tree; in alloc_tree()
80 tree = kmalloc(sizeof(struct audit_tree) + strlen(s) + 1, GFP_KERNEL); in alloc_tree()
94 static inline void get_tree(struct audit_tree *tree) in get_tree()
99 static inline void put_tree(struct audit_tree *tree) in put_tree()
106 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path()
224 bool audit_tree_match(struct audit_chunk *chunk, struct audit_tree *tree) in audit_tree_match()
[all …]
Daudit.h55 struct audit_tree;
307 extern bool audit_tree_match(struct audit_chunk *chunk, struct audit_tree *tree);
313 extern const char *audit_tree_path(struct audit_tree *tree);
314 extern void audit_put_tree(struct audit_tree *tree);
DMakefile81 obj-$(CONFIG_AUDIT_TREE) += audit_tree.o
Dauditfilter.c923 struct audit_tree *tree = entry->rule.tree; in audit_add_rule()
1005 struct audit_tree *tree = entry->rule.tree; in audit_del_rule()
Dauditsc.c289 static int match_tree_refs(struct audit_context *ctx, struct audit_tree *tree) in match_tree_refs()
/Linux-v4.19/include/linux/
Daudit.h48 struct audit_tree;
64 struct audit_tree *tree; /* associated watched tree */