Searched refs:w_cred (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/linux/ |
D | security.h | 1354 int security_post_notification(const struct cred *w_cred, 1358 static inline int security_post_notification(const struct cred *w_cred, in security_post_notification() argument
|
D | lsm_hook_defs.h | 272 LSM_HOOK(int, 0, post_notification, const struct cred *w_cred,
|
/Linux-v5.15/security/ |
D | security.c | 2137 int security_post_notification(const struct cred *w_cred, in security_post_notification() argument 2141 return call_int_hook(post_notification, 0, w_cred, cred, n); in security_post_notification()
|
/Linux-v5.15/security/smack/ |
D | smack_lsm.c | 4406 static int smack_post_notification(const struct cred *w_cred, in smack_post_notification() argument 4421 obj = smk_of_task(smack_cred(w_cred)); in smack_post_notification()
|