Searched refs:w_cred (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | security.h | 1609 int security_post_notification(const struct cred *w_cred, 1613 static inline int security_post_notification(const struct cred *w_cred, in security_post_notification() argument
|
| H A D | lsm_hook_defs.h | 310 LSM_HOOK(int, 0, post_notification, const struct cred *w_cred,
|
| /linux-6.15/security/ |
| H A D | security.c | 4461 int security_post_notification(const struct cred *w_cred, in security_post_notification() argument 4465 return call_int_hook(post_notification, w_cred, cred, n); in security_post_notification()
|
| /linux-6.15/security/smack/ |
| H A D | smack_lsm.c | 4641 static int smack_post_notification(const struct cred *w_cred, in smack_post_notification() argument 4656 obj = smk_of_task(smack_cred(w_cred)); in smack_post_notification()
|