Searched refs:crgetlabel (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel.h126 #define CR_SL(cr) (label2bslabel(crgetlabel(cr)))
/illumos-gate/usr/src/uts/common/sys/
H A Dcred.h158 extern struct ts_label_s *crgetlabel(const cred_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c745 crgetlabel(const cred_t *cr) function
927 if ((tslp = crgetlabel(cr)) != NULL)
945 ts_label_t *tslp = is_system_labeled() ? crgetlabel(cr) : NULL;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c162 connp->conn_ixa->ixa_tsl = crgetlabel(connp->conn_cred);
H A Dsctp_conn.c270 ixa->ixa_tsl = crgetlabel(econnp->conn_cred);
H A Dsctp_cookie.c654 ixa->ixa_tsl = crgetlabel(connp->conn_cred);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_rts.c658 tsl = crgetlabel(ioc_cr);
725 if (tsl != NULL && tsl != crgetlabel(ioc_cr))
H A Dtnet.c850 ira->ira_tsl = crgetlabel(credp);
898 conn_plabel = crgetlabel(connp->conn_cred);
H A Dip_attr.c1024 * We have to restart with crgetlabel() since ip_set_destination/
1038 ixa->ixa_tsl = crgetlabel(cr);
H A Drts.c372 connp->conn_ixa->ixa_tsl = crgetlabel(connp->conn_cred);
H A Dconn_opt.c2895 econnp->conn_ixa->ixa_tsl = crgetlabel(econnp->conn_cred);
H A Dipsecah.c563 sens_tsl = crgetlabel(cr);
H A Dipsecesp.c3035 sens_tsl = crgetlabel(cr);
H A Dicmp.c1785 connp->conn_ixa->ixa_tsl = crgetlabel(connp->conn_cred);
H A Dip.c6069 connp->conn_ixa->ixa_tsl = crgetlabel(connp->conn_cred);
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c1333 bcopy(label2bslabel(crgetlabel(cr)), r.rq_label,
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1266 connp->conn_ixa->ixa_tsl = crgetlabel(connp->conn_cred);
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1668 if ((tsl = crgetlabel(cr)) == NULL)
4644 connp->conn_ixa->ixa_tsl = crgetlabel(connp->conn_cred);
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c635 return (crgetlabel(cr));
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c1568 ixa->ixa_tsl = crgetlabel(econnp->conn_cred);

Completed in 199 milliseconds