Home
last modified time | relevance | path

Searched refs:w_cred (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dsecurity.h1410 int security_post_notification(const struct cred *w_cred,
1414 static inline int security_post_notification(const struct cred *w_cred, in security_post_notification() argument
H A Dlsm_hook_defs.h282 LSM_HOOK(int, 0, post_notification, const struct cred *w_cred,
/openbmc/linux/security/
H A Dsecurity.c4060 int security_post_notification(const struct cred *w_cred, in security_post_notification() argument
4064 return call_int_hook(post_notification, 0, w_cred, cred, n); in security_post_notification()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c4580 static int smack_post_notification(const struct cred *w_cred, in smack_post_notification() argument
4595 obj = smk_of_task(smack_cred(w_cred)); in smack_post_notification()