Home
last modified time | relevance | path

Searched refs:copycred_from_tslabel (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel.h144 extern cred_t *copycred_from_tslabel(const cred_t *, ts_label_t *,
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c1129 copycred_from_tslabel(const cred_t *cr, ts_label_t *label, int flags) in copycred_from_tslabel() function
1154 newcr = copycred_from_tslabel(cr, lbl, flags); in copycred_from_bslabel()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c1008 newcr = copycred_from_tslabel(ixa->ixa_cred, ixa->ixa_tsl, in ire_send_wire_v6()
H A Dip_attr.c1026 newcr = copycred_from_tslabel(ira->ira_cred, ira->ira_tsl, KM_NOSLEEP); in ip_recv_attr_replace_label()
H A Dip_output.c1950 newcr = copycred_from_tslabel(ixa->ixa_cred, ixa->ixa_tsl, in ire_send_wire_v4()