Home
last modified time | relevance | path

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

/linux/kernel/
H A Daudit.h271 extern int audit_add_watch(struct audit_krule *krule, struct list_head **list);
310 #define audit_add_watch(k, l) (-EINVAL) macro
H A Daudit_watch.c400 int audit_add_watch(struct audit_krule *krule, struct list_head **list) in audit_add_watch() function
H A Dauditfilter.c971 err = audit_add_watch(&entry->rule, &list); in audit_add_rule()