Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Daudit.h333 extern int audit_filter(int msgtype, unsigned int listtype);
Daudit.c1352 err = audit_filter(msg_type, AUDIT_FILTER_USER); in audit_receive_msg()
1819 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