Searched defs:audit_buffer (Results 1 – 5 of 5) sorted by relevance
/linux-6.15/security/apparmor/ |
D | audit.c | 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()
|
D | lib.c | 306 void (*cb)(struct audit_buffer *, void *)) in aa_check_perms() argument
|
/linux-6.15/security/ |
D | lsm_audit.c | 453 void (*pre_audit)(struct audit_buffer *, void *), in common_lsm_audit() argument 454 void (*post_audit)(struct audit_buffer *, void *)) in common_lsm_audit()
|
/linux-6.15/include/linux/ |
D | lsm_audit.h | 141 void (*pre_audit)(struct audit_buffer *, void *), in common_lsm_audit() argument 142 void (*post_audit)(struct audit_buffer *, void *)) in common_lsm_audit()
|
/linux-6.15/kernel/ |
D | audit.c | 197 struct audit_buffer { struct 198 struct sk_buff *skb; /* formatted skb ready to send */ 199 struct audit_context *ctx; /* NULL or associated context */ 200 gfp_t gfp_mask;
|