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

/linux-master/kernel/
H A Daudit.h342 extern int audit_filter(int msgtype, unsigned int listtype);
H A Dauditfilter.c1330 int audit_filter(int msgtype, unsigned int listtype) argument
1336 list_for_each_entry_rcu(e, &audit_filter_list[listtype], list) {
1391 if (e->rule.action == AUDIT_NEVER || listtype == AUDIT_FILTER_EXCLUDE)

Completed in 169 milliseconds