Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dlabelsys.c187 if (tnrhc->rhc_tpc != NULL) in tnrhc_free()
188 TPC_RELE(tnrhc->rhc_tpc); in tnrhc_free()
434 new->rhc_tpc = tpc; in tnrh_load()
1136 if (rh != NULL && rh->rhc_tpc->tpc_invalid) { in find_rhc()
1137 tpc = tnrhtp_find(rh->rhc_tpc->tpc_tp.name, tpc_name_hash); in find_rhc()
1142 rh->rhc_tpc); in find_rhc()
1160 new->rhc_tpc = tpc; in find_rhc()
1191 tpc = rhc->rhc_tpc; in find_tpc()
1258 if (rh->rhc_tpc != tpc_unlab) { in tsol_create_i_tnrh()
1259 if (rh->rhc_tpc != NULL) in tsol_create_i_tnrh()
[all …]
/titanic_50/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()
1557 gw_rhtp = attrp->igsa_rhc->rhc_tpc; in tsol_ip_forward()
1573 (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()
/titanic_50/usr/src/uts/common/sys/tsol/
H A Dtndb.h262 tsol_tpc_t *rhc_tpc; /* pointer to template */ member