__audit_mq_open(9)
NAME
__audit_mq_open - record audit data for a POSIX MQ open
SYNOPSIS
int __audit_mq_open(int oflag, mode_t mode,
struct mq_attr __user * u_attr);
ARGUMENTS
- oflag
- open flag
- mode
- mode bits
- u_attr
- queue attributes
DESCRIPTION
Returns 0 for success or NULL context or < 0 on error.