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

/linux-master/kernel/
H A Dauditfilter.c245 listnr = rule->flags & ~AUDIT_FILTER_PREPEND;
276 entry->rule.flags = rule->flags & AUDIT_FILTER_PREPEND;
994 if (entry->rule.flags & AUDIT_FILTER_PREPEND)
1000 if (entry->rule.flags & AUDIT_FILTER_PREPEND) {
1004 entry->rule.flags &= ~AUDIT_FILTER_PREPEND;
/linux-master/include/uapi/linux/
H A Daudit.h177 #define AUDIT_FILTER_PREPEND 0x10 /* Prepend to front of list */ macro

Completed in 113 milliseconds