Home
last modified time | relevance | path

Searched refs:audit_filter (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/kernel/
Daudit.h330 extern int audit_filter(int msgtype, unsigned int listtype);
Daudit.c1350 err = audit_filter(msg_type, AUDIT_FILTER_USER); in audit_receive_msg()
1832 if (unlikely(!audit_filter(type, AUDIT_FILTER_EXCLUDE))) in audit_log_start()
Dauditfilter.c1320 int audit_filter(int msgtype, unsigned int listtype) in audit_filter() function