Lines Matching refs:ixa

1968     const in6_addr_t *firsthop, ip_xmit_attr_t *ixa, iulp_t *uinfo,
1974 zoneid_t zoneid = ixa->ixa_zoneid; /* Honors SO_ALLZONES */
1975 ip_stack_t *ipst = ixa->ixa_ipst;
1986 ASSERT(!(ixa->ixa_flags & IXAF_IS_IPV4));
1998 error = tsol_check_dest(ixa->ixa_tsl, dst_addr, IPV6_VERSION,
2004 ip_xmit_attr_replace_tsl(ixa, tsl);
2014 ire = ip_select_route_v6(firsthop, *src_addrp, ixa, &generation,
2068 if (ixa->ixa_ire != NULL)
2069 ire_refrele_notr(ixa->ixa_ire);
2074 ixa->ixa_ire = ire;
2075 ixa->ixa_ire_generation = generation;
2104 if (ixa->ixa_dce != NULL)
2105 dce_refrele_notr(ixa->ixa_dce);
2110 ixa->ixa_dce = dce;
2111 ixa->ixa_dce_generation = generation;
2122 ixa->ixa_postfragfn = ip_postfrag_multirt_v6;
2123 ixa->ixa_flags |= IXAF_MULTIRT_MULTICAST;
2125 ixa->ixa_postfragfn = ire->ire_postfragfn;
2126 ixa->ixa_flags &= ~IXAF_MULTIRT_MULTICAST;
2133 ixa->ixa_ire_generation = IRE_GENERATION_VERIFY;
2135 if (ixa->ixa_nce != NULL)
2136 nce_refrele(ixa->ixa_nce);
2137 ixa->ixa_nce = nce;
2182 zoneid, ipst, B_FALSE, ixa->ixa_src_preferences,
2204 ixa->ixa_src_generation = generation;
2212 nce = ixa->ixa_nce;
2215 ixa->ixa_nce = NULL;
2216 ixa->ixa_ire_generation = IRE_GENERATION_VERIFY;
2230 pmtu = ip_get_pmtu(ixa);
2231 ixa->ixa_fragsize = pmtu;
2233 if (ixa->ixa_flags & IXAF_VERIFY_PMTU)
2234 ixa->ixa_pmtu = pmtu;
2276 nce = ixa->ixa_nce;
2279 ixa->ixa_nce = NULL;
2280 ixa->ixa_ire_generation = IRE_GENERATION_VERIFY;
4317 ip_fraghdr_add_v6(mblk_t *mp, uint32_t ident, ip_xmit_attr_t *ixa)
4328 ip_stack_t *ipst = ixa->ixa_ipst;
4385 ill_t *ill = ixa->ixa_nce->nce_ill;
4888 ip6_set_src_preferences(ip_xmit_attr_t *ixa, uint32_t prefs)
4922 ixa->ixa_src_preferences = prefs;
4927 ip6_get_src_preferences(ip_xmit_attr_t *ixa, uint32_t *val)
4929 *val = ixa->ixa_src_preferences;
4930 return (sizeof (ixa->ixa_src_preferences));