Searched refs:w_cred (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | security.h | 1327 int security_post_notification(const struct cred *w_cred, 1331 static inline int security_post_notification(const struct cred *w_cred, in security_post_notification() argument
|
/kernel/linux/linux-5.10/security/ |
H A D | security.c | 2118 int security_post_notification(const struct cred *w_cred, in security_post_notification() argument 2122 return call_int_hook(post_notification, 0, w_cred, cred, n); in security_post_notification()
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/security/ |
H A D | security.c | 4052 * @w_cred: credentials of the task that set the watch 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()
|
/kernel/linux/linux-5.10/security/smack/ |
H A D | smack_lsm.c | 4433 * @w_cred: The credentials of the watcher. 4437 static int smack_post_notification(const struct cred *w_cred, in smack_post_notification() argument 4452 obj = smk_of_task(smack_cred(w_cred)); in smack_post_notification()
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_lsm.c | 4570 * @w_cred: The credentials of the watcher. 4574 static int smack_post_notification(const struct cred *w_cred, in smack_post_notification() argument 4589 obj = smk_of_task(smack_cred(w_cred)); in smack_post_notification()
|
Completed in 30 milliseconds