Searched refs:audit_entry (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/kernel/ |
D | auditfilter.c | 94 static inline void audit_free_rule(struct audit_entry *e) in audit_free_rule() 112 struct audit_entry *e = container_of(head, struct audit_entry, rcu); in audit_free_rule_rcu() 117 static inline struct audit_entry *audit_init_entry(u32 field_count) in audit_init_entry() 119 struct audit_entry *entry; in audit_init_entry() 221 static int audit_match_signal(struct audit_entry *entry) in audit_match_signal() 248 static inline struct audit_entry *audit_to_entry_common(struct audit_rule_data *rule) in audit_to_entry_common() 251 struct audit_entry *entry; in audit_to_entry_common() 336 static int audit_field_valid(struct audit_entry *entry, struct audit_field *f) in audit_field_valid() 437 static struct audit_entry *audit_data_to_entry(struct audit_rule_data *data, in audit_data_to_entry() 441 struct audit_entry *entry; in audit_data_to_entry() [all …]
|
D | audit.h | 58 struct audit_entry { struct 256 extern int audit_del_rule(struct audit_entry *entry); 260 extern struct audit_entry *audit_dupe_rule(struct audit_krule *old);
|
D | audit_watch.c | 265 struct audit_entry *oentry, *nentry; in audit_update_watch() 293 oentry = container_of(r, struct audit_entry, rule); in audit_update_watch() 342 struct audit_entry *e; in audit_remove_parent_watches() 347 e = container_of(r, struct audit_entry, rule); in audit_remove_parent_watches()
|
D | audit_fsnotify.c | 159 struct audit_entry *entry = container_of(rule, struct audit_entry, rule); in audit_autoremove_mark_rule()
|
D | audit_tree.c | 517 struct audit_entry *entry; in kill_rules() 520 entry = container_of(rule, struct audit_entry, rule); in kill_rules()
|
D | auditsc.c | 728 struct audit_entry *e; in audit_filter_task() 770 struct audit_entry *e; in audit_filter_syscall() 801 struct audit_entry *e; in audit_filter_inode_name() 1879 struct audit_entry *e; in __audit_inode_child()
|
/Linux-v4.19/Documentation/RCU/ |
D | listRCU.txt | 31 struct audit_entry *e; 55 struct audit_entry *e; 81 struct audit_entry *e; 95 static inline int audit_add_rule(struct audit_entry *entry, 114 struct audit_entry *e; 128 static inline int audit_add_rule(struct audit_entry *entry, 170 struct audit_entry *e; 197 struct audit_entry *e; 239 spinlock to the audit_entry structure, and modify audit_filter_task() 244 struct audit_entry *e; [all …]
|