Searched refs:__audit_mq_open (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | audit.h | 398 extern void __audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr); 463 __audit_mq_open(oflag, mode, attr); in audit_mq_open()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | audit.h | 409 extern void __audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr); 475 __audit_mq_open(oflag, mode, attr); in audit_mq_open()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | auditsc.c | 2283 * __audit_mq_open - record audit data for a POSIX MQ open 2289 void __audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr) in __audit_mq_open() function
|
/kernel/linux/linux-6.6/kernel/ |
H A D | auditsc.c | 2540 * __audit_mq_open - record audit data for a POSIX MQ open 2546 void __audit_mq_open(int oflag, umode_t mode, struct mq_attr *attr) in __audit_mq_open() function
|
Completed in 10 milliseconds