Searched refs:p_label (Results 1 – 3 of 3) sorted by relevance
106 p->p_label = mac_proc_label_alloc(); in mac_proc_init()108 p->p_label = NULL; in mac_proc_init()123 if (p->p_label != NULL) { in mac_proc_destroy()124 mac_proc_label_free(p->p_label); in mac_proc_destroy()125 p->p_label = NULL; in mac_proc_destroy()
596 struct label *p_label; /* (*) Proc (not subject) MAC label. */ member
509 subj = PSLOT(curthread->td_proc->p_label); in maybe_demote()2250 struct mac_lomac_proc *subj = PSLOT(p->p_label); in lomac_thread_userret()