Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dauditfilter.c92 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()
413 static struct audit_entry *audit_data_to_entry(struct audit_rule_data *data, in audit_data_to_entry()
417 struct audit_entry *entry; in audit_data_to_entry()
[all …]
Daudit_watch.c264 struct audit_entry *oentry, *nentry; in audit_update_watch()
292 oentry = container_of(r, struct audit_entry, rule); in audit_update_watch()
339 struct audit_entry *e; in audit_remove_parent_watches()
344 e = container_of(r, struct audit_entry, rule); in audit_remove_parent_watches()
Daudit.h56 struct audit_entry { struct
258 extern struct audit_entry *audit_dupe_rule(struct audit_krule *old);
Daudit_tree.c473 struct audit_entry *entry; in kill_rules()
476 entry = container_of(rule, struct audit_entry, rule); in kill_rules()
Dauditsc.c709 struct audit_entry *e; in audit_filter_task()
751 struct audit_entry *e; in audit_filter_syscall()
782 struct audit_entry *e; in audit_filter_inode_name()
/linux-4.1.27/Documentation/RCU/
DlistRCU.txt31 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 …]