Searched refs:__audit_mq_sendrecv (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Daudit.h474 extern void __audit_mq_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec *abs_timeout);
505 __audit_mq_sendrecv(mqdes, msg_len, msg_prio, abs_timeout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditsc.c2162 * __audit_mq_sendrecv - record audit data for a POSIX MQ timed send/receive
2169 void __audit_mq_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, function

Completed in 42 milliseconds