Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c215 attrp->igsa_rhc = NULL; in ire_gw_secattr_constructor()
241 if (attrp->igsa_rhc != NULL) { in ire_gw_secattr_free()
242 TNRHC_RELE(attrp->igsa_rhc); in ire_gw_secattr_free()
243 attrp->igsa_rhc = NULL; in ire_gw_secattr_free()
251 ASSERT(attrp->igsa_rhc == NULL); in ire_gw_secattr_free()
1335 if (attrp->igsa_rhc != NULL) { in tsol_ire_match_gwattr()
1338 gw_rhc = attrp->igsa_rhc; in tsol_ire_match_gwattr()
1340 attrp->igsa_rhc = gw_rhc; in tsol_ire_match_gwattr()
1880 if (attrp->igsa_rhc != NULL) { in tsol_ire_init_gwattr()
1881 TNRHC_RELE(attrp->igsa_rhc); in tsol_ire_init_gwattr()
[all …]
H A Dtn_ipopt.c522 if (attrp == NULL || attrp->igsa_rhc == NULL || in tsol_compute_label_v4()
523 attrp->igsa_rhc->rhc_tpc->tpc_tp.host_type == UNLABELED) { in tsol_compute_label_v4()
1032 if (attrp == NULL || attrp->igsa_rhc == NULL || in tsol_compute_label_v6()
1033 attrp->igsa_rhc->rhc_tpc->tpc_tp.host_type == UNLABELED) { in tsol_compute_label_v6()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2591 struct tsol_tnrhc *igsa_rhc; /* host entry for gateway */ member