Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c868 ts_label_t *plabel, *conn_plabel; in tsol_receive_local() local
898 conn_plabel = crgetlabel(connp->conn_cred); in tsol_receive_local()
899 ASSERT(plabel != NULL && conn_plabel != NULL); in tsol_receive_local()
902 conn_label = label2bslabel(conn_plabel); in tsol_receive_local()
938 if (plabel->tsl_doi == conn_plabel->tsl_doi && in tsol_receive_local()
944 (plabel->tsl_doi != conn_plabel->tsl_doi || in tsol_receive_local()
959 if (plabel->tsl_doi != conn_plabel->tsl_doi || in tsol_receive_local()