Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Daudit_tree.c10 struct audit_tree;
13 struct audit_tree { struct
35 struct audit_tree *owner; argument
93 static struct audit_tree *alloc_tree(const char *s) in alloc_tree()
95 struct audit_tree *tree; in alloc_tree()
111 static inline void get_tree(struct audit_tree *tree) in get_tree()
116 static inline void put_tree(struct audit_tree *tree) in put_tree()
123 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path()
261 bool audit_tree_match(struct audit_chunk *chunk, struct audit_tree *tree) in audit_tree_match()
295 struct audit_tree *owner; in replace_chunk()
[all …]
Daudit.h46 struct audit_tree;
291 struct audit_tree *tree);
297 extern const char *audit_tree_path(struct audit_tree *tree);
298 extern void audit_put_tree(struct audit_tree *tree);
DMakefile86 obj-$(CONFIG_AUDITSYSCALL) += auditsc.o audit_watch.o audit_fsnotify.o audit_tree.o
Dauditfilter.c943 struct audit_tree *tree = entry->rule.tree; in audit_add_rule()
1026 struct audit_tree *tree = entry->rule.tree; in audit_del_rule()
Dauditsc.c310 static int match_tree_refs(struct audit_context *ctx, struct audit_tree *tree) in match_tree_refs()
/Linux-v6.6/include/linux/
Daudit.h37 struct audit_tree;
53 struct audit_tree *tree; /* associated watched tree */