Home
last modified time | relevance | path

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

/linux/kernel/
H A 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()
113 static inline void get_tree(struct audit_tree *tree) in get_tree()
118 static inline void put_tree(struct audit_tree *tree) in put_tree()
125 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path()
263 bool audit_tree_match(struct audit_chunk *chunk, struct audit_tree *tree) in audit_tree_match()
297 struct audit_tree *owner; in replace_chunk()
[all …]
H A Dauditsc.c310 static int match_tree_refs(struct audit_context *ctx, struct audit_tree *tree) in match_tree_refs()