Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c296 tsol_tpc_t *dst_rhtp; in tsol_check_dest() local
336 if ((dst_rhtp = find_tpc(dst, version, B_FALSE)) == NULL) { in tsol_check_dest()
343 switch (dst_rhtp->tpc_tp.host_type) { in tsol_check_dest()
353 if (dst_rhtp->tpc_tp.tp_doi != tsl->tsl_doi) { in tsol_check_dest()
357 tsol_tpc_t *, dst_rhtp, ts_label_t *, tsl); in tsol_check_dest()
358 TPC_RELE(dst_rhtp); in tsol_check_dest()
361 if (!blequal(&dst_rhtp->tpc_tp.tp_def_label, in tsol_check_dest()
366 &dst_rhtp->tpc_tp.tp_def_label))) { in tsol_check_dest()
371 tsol_tpc_t *, dst_rhtp, ts_label_t *, tsl); in tsol_check_dest()
372 TPC_RELE(dst_rhtp); in tsol_check_dest()
[all …]
H A Dtnet.c1033 tsol_tpc_t *src_rhtp, *dst_rhtp; in tsol_can_accept_raw() local
1049 dst_rhtp = find_tpc(&ipha->ipha_dst, IPV4_VERSION, in tsol_can_accept_raw()
1058 dst_rhtp = find_tpc(&ip6h->ip6_dst, IPV6_VERSION, in tsol_can_accept_raw()
1061 if (dst_rhtp == NULL) { in tsol_can_accept_raw()
1089 } else switch (dst_rhtp->tpc_tp.host_type) { in tsol_can_accept_raw()
1096 &dst_rhtp->tpc_tp.tp_sl_range_cipso) || in tsol_can_accept_raw()
1098 dst_rhtp->tpc_tp.tp_sl_set_cipso); in tsol_can_accept_raw()
1105 TPC_RELE(dst_rhtp); in tsol_can_accept_raw()
1460 tsol_tpc_t *dst_rhtp, *gw_rhtp; in tsol_ip_forward() local
1531 dst_rhtp = find_tpc(pdst, ire->ire_ipversion, B_FALSE); in tsol_ip_forward()
[all …]
H A Dip6_if.c1880 tsol_tpc_t *src_rhtp, *dst_rhtp; in ipif_select_source_v6() local
1945 dst_rhtp = NULL; in ipif_select_source_v6()
1947 dst_rhtp = find_tpc(dst, IPV6_VERSION, B_FALSE); in ipif_select_source_v6()
1948 if (dst_rhtp == NULL) in ipif_select_source_v6()
1950 if (dst_rhtp->tpc_tp.host_type != UNLABELED) { in ipif_select_source_v6()
1951 TPC_RELE(dst_rhtp); in ipif_select_source_v6()
1952 dst_rhtp = NULL; in ipif_select_source_v6()
2037 if (dst_rhtp != NULL) { in ipif_select_source_v6()
2047 dst_rhtp->tpc_tp.tp_doi || in ipif_select_source_v6()
2048 (!_blinrange(&dst_rhtp->tpc_tp.tp_def_label, in ipif_select_source_v6()
[all …]
H A Dip_if.c15311 tsol_tpc_t *src_rhtp, *dst_rhtp; in ipif_select_source_v4() local
15341 dst_rhtp = NULL; in ipif_select_source_v4()
15343 dst_rhtp = find_tpc(&dst, IPV4_VERSION, B_FALSE); in ipif_select_source_v4()
15344 if (dst_rhtp == NULL) in ipif_select_source_v4()
15346 if (dst_rhtp->tpc_tp.host_type != UNLABELED) { in ipif_select_source_v4()
15347 TPC_RELE(dst_rhtp); in ipif_select_source_v4()
15348 dst_rhtp = NULL; in ipif_select_source_v4()
15415 if (dst_rhtp != NULL) { in ipif_select_source_v4()
15424 dst_rhtp->tpc_tp.tp_doi || in ipif_select_source_v4()
15425 (!_blinrange(&dst_rhtp->tpc_tp.tp_def_label, in ipif_select_source_v4()
[all …]