Searched refs:audit_entry (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/kernel/ |
| D | auditfilter.c | 92 static inline void audit_free_rule(struct audit_entry *e) in audit_free_rule() 110 struct audit_entry *e = container_of(head, struct audit_entry, rcu); in audit_free_rule_rcu() 115 static inline struct audit_entry *audit_init_entry(u32 field_count) in audit_init_entry() 117 struct audit_entry *entry; in audit_init_entry() 219 static int audit_match_signal(struct audit_entry *entry) in audit_match_signal() 246 static inline struct audit_entry *audit_to_entry_common(struct audit_rule_data *rule) in audit_to_entry_common() 249 struct audit_entry *entry; in audit_to_entry_common() 333 static int audit_field_valid(struct audit_entry *entry, struct audit_field *f) in audit_field_valid() 419 static struct audit_entry *audit_data_to_entry(struct audit_rule_data *data, in audit_data_to_entry() 423 struct audit_entry *entry; in audit_data_to_entry() [all …]
|
| D | audit.h | 57 struct audit_entry { struct 256 extern int audit_del_rule(struct audit_entry *); 260 extern struct audit_entry *audit_dupe_rule(struct audit_krule *old);
|
| D | audit_watch.c | 263 struct audit_entry *oentry, *nentry; in audit_update_watch() 291 oentry = container_of(r, struct audit_entry, rule); in audit_update_watch() 340 struct audit_entry *e; in audit_remove_parent_watches() 345 e = container_of(r, struct audit_entry, rule); in audit_remove_parent_watches()
|
| D | audit_fsnotify.c | 160 struct audit_entry *entry = container_of(rule, struct audit_entry, rule); in audit_autoremove_mark_rule()
|
| D | audit_tree.c | 473 struct audit_entry *entry; in kill_rules() 476 entry = container_of(rule, struct audit_entry, rule); in kill_rules()
|
| D | auditsc.c | 710 struct audit_entry *e; in audit_filter_task() 752 struct audit_entry *e; in audit_filter_syscall() 783 struct audit_entry *e; in audit_filter_inode_name()
|
| /linux-4.4.14/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 …]
|