Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c1460 tsol_tpc_t *dst_rhtp, *gw_rhtp; in tsol_ip_forward() local
1482 gw_rhtp = NULL; in tsol_ip_forward()
1560 gw_rhtp = attrp->igsa_rhc->rhc_tpc; in tsol_ip_forward()
1563 gw_rhtp = find_tpc(gw, ire->ire_ipversion, B_FALSE); in tsol_ip_forward()
1566 if (gw_rhtp == NULL) { in tsol_ip_forward()
1576 (gw_rhtp = attrp->igsa_rhc->rhc_tpc) == NULL) && off_link) { in tsol_ip_forward()
1630 gw_rhtp->tpc_tp.host_type != UNLABELED)) in tsol_ip_forward()
1679 (!off_link || gw_rhtp->tpc_tp.host_type == UNLABELED)) in tsol_ip_forward()
1718 if (need_tpc_rele && gw_rhtp != NULL) in tsol_ip_forward()
1719 TPC_RELE(gw_rhtp); in tsol_ip_forward()