Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Daudit.h342 extern int audit_filter(int msgtype, unsigned int listtype);
Daudit.c1372 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()
Dauditfilter.c1329 int audit_filter(int msgtype, unsigned int listtype) in audit_filter() function