Lines Matching defs:ixa
290 static void tcp_update_lso(tcp_t *tcp, ip_xmit_attr_t *ixa);
2466 ip_xmit_attr_t *ixa = connp->conn_ixa;
2479 pmtu = ip_get_pmtu(ixa);
2480 ixaflags = ixa->ixa_flags;
2506 ixa->ixa_fragsize = ixa->ixa_pmtu = pmtu;
2533 ixa->ixa_flags = ixaflags;
2696 /* Cache things in the ixa without any refhold */
3173 ip_xmit_attr_t *ixa = connp->conn_ixa;
3179 else if ((do_tcpzcopy == 1) && (ixa->ixa_flags & IXAF_ZCOPY_CAPAB))
3185 ixa->ixa_flags |= IXAF_VERIFY_ZCOPY;
3190 ixa->ixa_flags &= ~IXAF_VERIFY_ZCOPY;
3305 tcp_update_lso(tcp_t *tcp, ip_xmit_attr_t *ixa)
3316 if (ixa->ixa_ip_hdr_length != ((ixa->ixa_flags & IXAF_IS_IPV4) ?
3323 if (ixa->ixa_flags & IXAF_LSO_CAPAB) {
3324 ill_lso_capab_t *lsoc = &ixa->ixa_lso_capab;
3352 ixa->ixa_fragsize = ixa->ixa_pmtu;
3393 tcp_notify(void *arg, ip_xmit_attr_t *ixa, ixa_notify_type_t ntype,
4093 ip_xmit_attr_t *ixa = connp->conn_ixa;
4167 /* Cache things in the ixa without any refhold */
4168 ASSERT(!(ixa->ixa_free_flags & IXA_FREE_CRED));
4169 ixa->ixa_cred = cr;
4170 ixa->ixa_cpid = pid;
4173 ip_xmit_attr_restore_tsl(ixa, ixa->ixa_cred);