Home
last modified time | relevance | path

Searched refs:p_label (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/security/mac/
H A Dmac_process.c105 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()
/f-stack/freebsd/sys/
H A Dproc.h702 struct label *p_label; /* (*) Proc (not subject) MAC label. */ member
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c504 subj = PSLOT(curthread->td_proc->p_label); in maybe_demote()
2231 struct mac_lomac_proc *subj = PSLOT(p->p_label); in lomac_thread_userret()