Searched refs:audit_entry (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/kernel/ |
A D | auditfilter.c | 101 struct audit_entry *e = container_of(head, struct audit_entry, rcu); in audit_free_rule_rcu() 108 struct audit_entry *entry; in audit_init_entry() 241 struct audit_entry *entry; in audit_to_entry_common() 453 struct audit_entry *entry; in audit_data_to_entry() 822 struct audit_entry *entry; in audit_dupe_rule() 899 static struct audit_entry *audit_find_rule(struct audit_entry *entry, in audit_find_rule() 940 struct audit_entry *e; in audit_add_rule() 1024 struct audit_entry *e; in audit_del_rule() 1135 struct audit_entry *entry; in audit_rule_change() 1331 struct audit_entry *e; in audit_filter() [all …]
|
A D | audit.h | 49 struct audit_entry { struct 249 extern int audit_del_rule(struct audit_entry *entry); 253 extern struct audit_entry *audit_dupe_rule(struct audit_krule *old);
|
A D | audit_fsnotify.c | 149 struct audit_entry *entry = container_of(rule, struct audit_entry, rule); in audit_autoremove_mark_rule()
|
A D | audit_watch.c | 251 struct audit_entry *oentry, *nentry; in audit_update_watch() 279 oentry = container_of(r, struct audit_entry, rule); in audit_update_watch() 326 struct audit_entry *e; in audit_remove_parent_watches() 331 e = container_of(r, struct audit_entry, rule); in audit_remove_parent_watches()
|
A D | audit_tree.c | 545 struct audit_entry *entry; in kill_rules() 548 entry = container_of(rule, struct audit_entry, rule); in kill_rules()
|
A D | auditsc.c | 776 struct audit_entry *e; in audit_filter_task() 829 struct audit_entry *e; in __audit_filter_op() 2298 struct audit_entry *e; in __audit_inode() 2416 struct audit_entry *e; in __audit_inode_child()
|
/linux-6.3-rc2/Documentation/RCU/ |
A D | listRCU.rst | 91 struct audit_entry *e; 117 struct audit_entry *e; 147 struct audit_entry *e; 161 static inline int audit_add_rule(struct audit_entry *entry, 180 struct audit_entry *e; 236 struct audit_entry *e; 237 struct audit_entry *ne; 265 struct audit_entry *e; 266 struct audit_entry *ne; 330 struct audit_entry *e; [all …]
|
Completed in 19 milliseconds