Searched defs:audit_buffer (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-4.19/security/apparmor/ |
| D | audit.c | 111 void aa_audit_msg(int type, struct common_audit_data *sa, in aa_audit_msg() 129 int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa, in aa_audit()
|
| D | lib.c | 435 void (*cb)(struct audit_buffer *, void *)) in aa_check_perms() argument
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | audit.c | 105 void aa_audit_msg(int type, struct common_audit_data *sa, in aa_audit_msg() 123 int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa, in aa_audit()
|
| D | lib.c | 431 void (*cb)(struct audit_buffer *, void *)) in aa_check_perms() argument
|
| /kernel/linux/linux-5.10/security/ |
| D | lsm_audit.c | 454 void (*pre_audit)(struct audit_buffer *, void *), in common_lsm_audit() argument 455 void (*post_audit)(struct audit_buffer *, void *)) in common_lsm_audit()
|
| /kernel/linux/linux-4.19/security/ |
| D | lsm_audit.c | 444 void (*pre_audit)(struct audit_buffer *, void *), in common_lsm_audit() argument 445 void (*post_audit)(struct audit_buffer *, void *)) in common_lsm_audit()
|
| /kernel/linux/linux-4.19/kernel/ |
| D | audit.c | 207 struct audit_buffer { struct 208 struct sk_buff *skb; /* formatted skb ready to send */ 209 struct audit_context *ctx; /* NULL or associated context */ 210 gfp_t gfp_mask;
|
| /kernel/linux/linux-5.10/kernel/ |
| D | audit.c | 199 struct audit_buffer { struct 200 struct sk_buff *skb; /* formatted skb ready to send */ 201 struct audit_context *ctx; /* NULL or associated context */ 202 gfp_t gfp_mask;
|