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()
422 void (*cb)(struct audit_buffer *, void *)) in aa_check_perms() argument
209 struct audit_buffer { struct210 struct sk_buff *skb; /* the skb for audit_log functions */211 struct sk_buff_head skb_list; /* formatted skbs, ready to send */212 struct audit_context *ctx; /* NULL or associated context */213 struct audit_stamp stamp; /* audit stamp for these records */214 gfp_t gfp_mask;