Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c185 if (tnrhc->rhc_tpc != NULL) in tnrhc_free()
186 TPC_RELE(tnrhc->rhc_tpc); in tnrhc_free()
432 new->rhc_tpc = tpc; in tnrh_load()
1134 if (rh != NULL && rh->rhc_tpc->tpc_invalid) { in find_rhc()
1140 rh->rhc_tpc); in find_rhc()
1158 new->rhc_tpc = tpc; in find_rhc()
1189 tpc = rhc->rhc_tpc; in find_tpc()
1256 if (rh->rhc_tpc != tpc_unlab) { in tsol_create_i_tnrh()
1257 if (rh->rhc_tpc != NULL) in tsol_create_i_tnrh()
1258 TPC_RELE(rh->rhc_tpc); in tsol_create_i_tnrh()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c1295 if (gw_rhc->rhc_invalid || gw_rhc->rhc_tpc->tpc_invalid) { in tsol_ire_match_gwattr()
1396 switch (gw_rhc->rhc_tpc->tpc_tp.host_type) { in tsol_ire_match_gwattr()
1398 if (tsl->tsl_doi != gw_rhc->rhc_tpc->tpc_tp.tp_doi || in tsol_ire_match_gwattr()
1400 &gw_rhc->rhc_tpc->tpc_tp.tp_sl_range_cipso) && in tsol_ire_match_gwattr()
1402 gw_rhc->rhc_tpc->tpc_tp.tp_sl_set_cipso))) { in tsol_ire_match_gwattr()
1414 if (tsl->tsl_doi != gw_rhc->rhc_tpc->tpc_tp.tp_doi || in tsol_ire_match_gwattr()
1416 &gw_rhc->rhc_tpc->tpc_tp.tp_gw_sl_range) && in tsol_ire_match_gwattr()
1418 gw_rhc->rhc_tpc->tpc_tp.tp_gw_sl_set))) { in tsol_ire_match_gwattr()
1560 gw_rhtp = attrp->igsa_rhc->rhc_tpc; in tsol_ip_forward()
1576 (gw_rhtp = attrp->igsa_rhc->rhc_tpc) == NULL) && off_link) { in tsol_ip_forward()
H A Dtn_ipopt.c523 attrp->igsa_rhc->rhc_tpc->tpc_tp.host_type == UNLABELED) { in tsol_compute_label_v4()
1033 attrp->igsa_rhc->rhc_tpc->tpc_tp.host_type == UNLABELED) { in tsol_compute_label_v6()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h263 tsol_tpc_t *rhc_tpc; /* pointer to template */ member