Searched defs:audit_buffer (Results 1 – 3 of 3) sorted by relevance
148 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()
420 void (*cb)(struct audit_buffer *, void *)) in aa_check_perms() argument
205 struct audit_buffer { struct206 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;