Searched refs:dstill (Results 1 – 1 of 1) sorted by relevance
1624 ill_t *dstill = dstinfo->dst_ill; in rule_interface() local1634 bc->cand_matchedinterface = bc->cand_ill == dstill; in rule_interface()1638 cc->cand_matchedinterface = cc->cand_ill == dstill; in rule_interface()1865 ipif_select_source_v6(ill_t *dstill, const in6_addr_t *dst, in ipif_select_source_v6() argument1881 ip_stack_t *ipst = dstill->ill_ipst; in ipif_select_source_v6()1906 ASSERT(dstill->ill_isv6); in ipif_select_source_v6()1914 if (dstill->ill_usesrc_ifindex != 0 && allow_usesrc) { in ipif_select_source_v6()1916 ill_lookup_on_ifindex(dstill->ill_usesrc_ifindex, B_TRUE, in ipif_select_source_v6()1922 } else if (IS_UNDER_IPMP(dstill)) { in ipif_select_source_v6()1928 if ((ipmp_ill = ipmp_ill_hold_ipmp_ill(dstill)) != NULL) in ipif_select_source_v6()[all …]