Searched refs:p_label (Results 1 – 3 of 3) sorted by relevance
105 p->p_label = mac_proc_label_alloc(); in mac_proc_init()107 p->p_label = NULL; in mac_proc_init()122 if (p->p_label != NULL) { in mac_proc_destroy()123 mac_proc_label_free(p->p_label); in mac_proc_destroy()124 p->p_label = NULL; in mac_proc_destroy()
702 struct label *p_label; /* (*) Proc (not subject) MAC label. */ member
504 subj = PSLOT(curthread->td_proc->p_label); in maybe_demote()2231 struct mac_lomac_proc *subj = PSLOT(p->p_label); in lomac_thread_userret()