Searched refs:audit_filter (Results 1 – 3 of 3) sorted by relevance
342 extern int audit_filter(int msgtype, unsigned int listtype);
1372 err = audit_filter(msg_type, AUDIT_FILTER_USER); in audit_receive_msg()1854 if (unlikely(!audit_filter(type, AUDIT_FILTER_EXCLUDE))) in audit_log_start()
1329 int audit_filter(int msgtype, unsigned int listtype) in audit_filter() function