Home
last modified time | relevance | path

Searched refs:__audit_log_capset (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Daudit.h416 extern void __audit_log_capset(const struct cred *new, const struct cred *old);
506 __audit_log_capset(new, old); in audit_log_capset()
/openbmc/linux/kernel/
H A Dauditsc.c2842 void __audit_log_capset(const struct cred *new, const struct cred *old) in __audit_log_capset() function