Home
last modified time | relevance | path

Searched defs:audit_buffer (Results 1 – 3 of 3) sorted by relevance

/linux/security/apparmor/
H A Daudit.c148 void aa_audit_msg(int type, struct apparmor_audit_data *ad, in aa_audit_msg()
166 int aa_audit(int type, struct aa_profile *profile, in aa_audit()
H A Dlib.c420 void (*cb)(struct audit_buffer *, void *)) in aa_check_perms() argument
/linux/kernel/
H A Daudit.c205 struct audit_buffer { struct
206 struct sk_buff *skb; /* the skb for audit_log functions */
207 struct sk_buff_head skb_list; /* formatted skbs, ready to send */
208 struct audit_context *ctx; /* NULL or associated context */
209 struct audit_stamp stamp; /* audit stamp for these records */
210 gfp_t gfp_mask;