Searched defs:dst_ill (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_ire.c692 ill_t *ire_ill = NULL, *dst_ill; local
756 dst_ill = ire->ire_ill;
764 ifindex = dst_ill->ill_usesrc_ifindex;
772 if (!ipif_zone_avail(ifindex, dst_ill->ill_isv6,
775 " dst_ill %p\n", (void *)dst_ill));
789 if (dst_ill != NULL && (ire->ire_type & IRE_OFFLINK)) {
792 mutex_enter(&dst_ill->ill_lock);
793 for (tipif = dst_ill->ill_ipif;
801 mutex_exit(&dst_ill
[all...]
H A Dip6_input.c834 ill_t *dst_ill; local
899 dst_ill = nce->nce_ill;
908 if (!(dst_ill->ill_flags & ILLF_ROUTER)) {
955 ill_t *, ill, ill_t *, dst_ill, ip6_t *, ip6h, mblk_t *, mp);
962 ill, dst_ill, ip6h, mp, mp, 0, ipst, error);
1017 if (!IS_ON_SAME_LAN(dst_ill, ill)) {
1059 mtu = dst_ill->ill_mtu;
1076 ill_t *dst_ill = nce->nce_ill; local
1079 ip_stack_t *ipst = dst_ill->ill_ipst;
1092 mp = ip_process(IPP_FWD_OUT, mp, dst_ill, dst_il
[all...]
H A Dip_input.c842 ill_t *dst_ill; local
908 dst_ill = nce->nce_ill;
915 if (!(dst_ill->ill_flags & ILLF_ROUTER) &&
916 !(ip_source_routed(ipha, ipst) && dst_ill == ill)) {
978 ill_t *, ill, ill_t *, dst_ill, ipha_t *, ipha, mblk_t *, mp);
985 ill, dst_ill, ipha, mp, mp, 0, ipst, error);
1054 if (IS_ON_SAME_LAN(dst_ill, ill) && ipst->ips_ip_g_send_redirects) {
1103 mtu = dst_ill->ill_mtu;
1118 ill_t *dst_ill = nce->nce_ill; local
1149 if (!ip_forward_options(mp, ipha, dst_ill, ir
1309 ill_t *dst_ill = ire->ire_ill; local
[all...]
H A Dip6_if.c1477 ill_t *dst_ill; member in struct:dstinfo
1624 ill_t *dstill = dstinfo->dst_ill;
1918 dstinfo.dst_ill = usesrc_ill;
1929 dstinfo.dst_ill = ipmp_ill;
1933 dstinfo.dst_ill = dstill;
1980 * possible source address. If restrict_ill is set, just use dst_ill.
1983 ill = dstinfo.dst_ill;
2135 dstinfo.dst_ill->ill_name,
H A Dip_ire.c863 ill_t *dst_ill = ire->ire_ill; local
886 ifindex = dst_ill->ill_usesrc_ifindex;
895 if (!ipif_zone_avail(ifindex, dst_ill->ill_isv6,
900 if (dst_ill != NULL && (ire->ire_type & IRE_OFFLINK)) {
903 mutex_enter(&dst_ill->ill_lock);
904 for (tipif = dst_ill->ill_ipif;
912 mutex_exit(&dst_ill->ill_lock);
931 zoneid, dst_ill, NULL, ipst, B_FALSE);
939 dst_ill, NULL, ipst, B_FALSE);
952 dst_ill, NUL
1864 ill_t *ire_ill = NULL, *dst_ill; local
[all...]
H A Dip.c8984 ip_forward_options(mblk_t *mp, ipha_t *ipha, ill_t *dst_ill, argument
9013 BUMP_MIB(dst_ill->ill_ip_mib,
9016 mp, dst_ill);
9039 ASSERT(dst_ill != NULL);
9040 if (ip_select_source_v4(dst_ill, INADDR_ANY, dst,
9074 ASSERT(dst_ill != NULL);
9075 if (ip_select_source_v4(dst_ill, INADDR_ANY, dst,
9126 ASSERT(dst_ill != NULL);
9127 if (ip_select_source_v4(dst_ill, INADDR_ANY,
H A Dip_if.c7881 ill_t *dst_ill; local
7951 dst_ill = ire_nexthop_ill(ire);
7952 if (dst_ill == NULL) {
7958 dir->dir_dmactype = dst_ill->ill_mactype;
7963 if (ip_select_source_v4(dst_ill, v4setsrc, v4daddr,
7971 if (ip_select_source_v6(dst_ill, &v6setsrc, daddr,
7984 ill_refrele(dst_ill);

Completed in 151 milliseconds