Searched defs:src_rhtp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c684 tsol_tpc_t *src_rhtp = NULL; local
743 if ((src_rhtp = find_tpc(src, version, B_FALSE)) == NULL)
746 if (src_rhtp->tpc_tp.host_type == UNLABELED)
749 TPC_RELE(src_rhtp);
797 if ((src_rhtp = find_tpc(src, version, B_FALSE)) == NULL)
805 if (src_rhtp->tpc_tp.host_type == SUN_CIPSO)
807 else if (src_rhtp->tpc_tp.host_type == UNLABELED)
812 tsol_tpc_t *, src_rhtp);
816 if (!tsol_find_unlabeled_label(src_rhtp, &sl, &doi)) {
817 TPC_RELE(src_rhtp);
1033 tsol_tpc_t *src_rhtp, *dst_rhtp; local
1732 tsol_tpc_t *src_rhtp; local
[all...]
H A Dip6_if.c1880 tsol_tpc_t *src_rhtp, *dst_rhtp; local
2040 src_rhtp = find_tpc(&ipif->ipif_v6lcl_addr,
2042 if (src_rhtp == NULL)
2045 src_rhtp->tpc_tp.host_type != SUN_CIPSO ||
2046 src_rhtp->tpc_tp.tp_doi !=
2049 &src_rhtp->tpc_tp.tp_sl_range_cipso) &&
2051 src_rhtp->tpc_tp.tp_sl_set_cipso));
2052 TPC_RELE(src_rhtp);
H A Dip_if.c15318 tsol_tpc_t *src_rhtp, *dst_rhtp; local
15425 src_rhtp = find_tpc(&ipif->ipif_lcl_addr,
15427 if (src_rhtp == NULL)
15429 incompat = src_rhtp->tpc_tp.host_type != SUN_CIPSO ||
15430 src_rhtp->tpc_tp.tp_doi !=
15433 &src_rhtp->tpc_tp.tp_sl_range_cipso) &&
15435 src_rhtp->tpc_tp.tp_sl_set_cipso));
15436 TPC_RELE(src_rhtp);

Completed in 123 milliseconds