Lines Matching refs:lsmid
3769 if (single && lctx.id != scall->hl->lsmid->id)
3845 if ((scall->hl->lsmid->id) == lctx->id) {
3858 * @lsmid: LSM identification
3866 int security_getprocattr(struct task_struct *p, int lsmid, const char *name,
3872 if (lsmid != 0 && lsmid != scall->hl->lsmid->id)
3881 * @lsmid: LSM identification
3891 int security_setprocattr(int lsmid, const char *name, void *value, size_t size)
3896 if (lsmid != 0 && lsmid != scall->hl->lsmid->id)
3939 * @lsmid: which security module to report
3946 * @lsmid identifies which LSM should supply the context.
3954 int lsmid)
3959 if (lsmid != LSM_ID_UNDEF && lsmid != scall->hl->lsmid->id)