Home
last modified time | relevance | path

Searched refs:audit_entry (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/kernel/
Dauditfilter.c81 static inline void audit_free_rule(struct audit_entry *e) in audit_free_rule()
99 struct audit_entry *e = container_of(head, struct audit_entry, rcu); in audit_free_rule_rcu()
104 static inline struct audit_entry *audit_init_entry(u32 field_count) in audit_init_entry()
106 struct audit_entry *entry; in audit_init_entry()
208 static int audit_match_signal(struct audit_entry *entry) in audit_match_signal()
235 static inline struct audit_entry *audit_to_entry_common(struct audit_rule_data *rule) in audit_to_entry_common()
238 struct audit_entry *entry; in audit_to_entry_common()
323 static int audit_field_valid(struct audit_entry *entry, struct audit_field *f) in audit_field_valid()
441 static struct audit_entry *audit_data_to_entry(struct audit_rule_data *data, in audit_data_to_entry()
445 struct audit_entry *entry; in audit_data_to_entry()
[all …]
Daudit.h45 struct audit_entry { struct
237 extern int audit_del_rule(struct audit_entry *entry);
241 extern struct audit_entry *audit_dupe_rule(struct audit_krule *old);
Daudit_fsnotify.c148 struct audit_entry *entry = container_of(rule, struct audit_entry, rule); in audit_autoremove_mark_rule()
Daudit_watch.c250 struct audit_entry *oentry, *nentry; in audit_update_watch()
278 oentry = container_of(r, struct audit_entry, rule); in audit_update_watch()
327 struct audit_entry *e; in audit_remove_parent_watches()
332 e = container_of(r, struct audit_entry, rule); in audit_remove_parent_watches()
Dauditsc.c742 struct audit_entry *e; in audit_filter_task()
784 struct audit_entry *e; in audit_filter_syscall()
813 struct audit_entry *e; in audit_filter_inode_name()
1951 struct audit_entry *e; in __audit_inode()
2069 struct audit_entry *e; in __audit_inode_child()
Daudit_tree.c547 struct audit_entry *entry; in kill_rules()
550 entry = container_of(rule, struct audit_entry, rule); in kill_rules()
/Linux-v5.4/Documentation/RCU/
DlistRCU.rst33 struct audit_entry *e;
57 struct audit_entry *e;
83 struct audit_entry *e;
97 static inline int audit_add_rule(struct audit_entry *entry,
116 struct audit_entry *e;
130 static inline int audit_add_rule(struct audit_entry *entry,
172 struct audit_entry *e;
199 struct audit_entry *e;
244 spinlock to the audit_entry structure, and modify audit_filter_task()
249 struct audit_entry *e;
[all …]