Lines Matching defs:lsmid
3770 if (single && lctx.id != scall->hl->lsmid->id)
3846 if ((scall->hl->lsmid->id) == lctx->id) {
3859 * @lsmid: LSM identification
3867 int security_getprocattr(struct task_struct *p, int lsmid, const char *name,
3873 if (lsmid != 0 && lsmid != scall->hl->lsmid->id)
3882 * @lsmid: LSM identification
3892 int security_setprocattr(int lsmid, const char *name, void *value, size_t size)
3897 if (lsmid != 0 && lsmid != scall->hl->lsmid->id)
3940 * @lsmid: which security module to report
3947 * @lsmid identifies which LSM should supply the context.
3955 int lsmid)
3960 if (lsmid != LSM_ID_UNDEF && lsmid != scall->hl->lsmid->id)