Searched refs:w_cred (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
A D | security.h | 1361 int security_post_notification(const struct cred *w_cred, 1365 static inline int security_post_notification(const struct cred *w_cred, in security_post_notification() argument
|
A D | lsm_hook_defs.h | 273 LSM_HOOK(int, 0, post_notification, const struct cred *w_cred,
|
/linux/security/ |
A D | security.c | 2138 int security_post_notification(const struct cred *w_cred, in security_post_notification() argument 2142 return call_int_hook(post_notification, 0, w_cred, cred, n); in security_post_notification()
|
/linux/security/smack/ |
A D | smack_lsm.c | 4415 static int smack_post_notification(const struct cred *w_cred, in smack_post_notification() argument 4430 obj = smk_of_task(smack_cred(w_cred)); in smack_post_notification()
|
Completed in 25 milliseconds