Searched refs:w_cred (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | security.h | 1410 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 D | lsm_hook_defs.h | 282 LSM_HOOK(int, 0, post_notification, const struct cred *w_cred,
|
/openbmc/linux/security/ |
H A D | security.c | 4060 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 D | smack_lsm.c | 4580 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()
|