Searched refs:audit_rule_data (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dauditfilter.c238 static inline struct audit_entry *audit_to_entry_common(struct audit_rule_data *rule)
448 /* Translate struct audit_rule_data to kernel's rule representation. */
449 static struct audit_entry *audit_data_to_entry(struct audit_rule_data *data,
455 size_t remain = datasz - sizeof(struct audit_rule_data);
633 /* Translate kernel rule representation to struct audit_rule_data. */
634 static struct audit_rule_data *audit_krule_to_data(struct audit_krule *krule)
636 struct audit_rule_data *data;
1078 /* List rules using struct audit_rule_data. */
1089 struct audit_rule_data *data;
H A Daudit.c1412 if (data_len < sizeof(struct audit_rule_data))
/linux-master/include/uapi/linux/
H A Daudit.h506 /* audit_rule_data supports filter rules with both integer and string
510 struct audit_rule_data { struct

Completed in 97 milliseconds