Lines Matching refs:conn_ixa
1396 connp->conn_ixa->ixa_flags |= IXAF_SET_ULP_CKSUM | IXAF_VERIFY_SOURCE | in sctp_create()
1450 connp->conn_ixa->ixa_zoneid = zoneid; in sctp_create()
1980 connp->conn_ixa = kmem_zalloc(sizeof (ip_xmit_attr_t), kmflags); in sctp_conn_cache_constructor()
1981 if (connp->conn_ixa == NULL) { in sctp_conn_cache_constructor()
1984 connp->conn_ixa->ixa_refcnt = 1; in sctp_conn_cache_constructor()
1985 connp->conn_ixa->ixa_protocol = connp->conn_proto; in sctp_conn_cache_constructor()
1986 connp->conn_ixa->ixa_xmit_hint = CONN_TO_XMIT_HINT(connp); in sctp_conn_cache_constructor()
2076 if (connp->conn_ixa != NULL) { in sctp_conn_cache_destructor()
2077 ASSERT(connp->conn_ixa->ixa_refcnt == 1); in sctp_conn_cache_destructor()
2078 ASSERT(connp->conn_ixa->ixa_ire == NULL); in sctp_conn_cache_destructor()
2079 ASSERT(connp->conn_ixa->ixa_nce == NULL); in sctp_conn_cache_destructor()
2080 ixa_refrele(connp->conn_ixa); in sctp_conn_cache_destructor()
2103 connp->conn_ixa->ixa_flags |= IXAF_SET_ULP_CKSUM | IXAF_VERIFY_SOURCE | in sctp_conn_init()
2107 ASSERT(connp->conn_ixa->ixa_protocol == connp->conn_proto); in sctp_conn_init()
2117 connp->conn_ixa->ixa_notify = sctp_notify; in sctp_conn_init()
2118 connp->conn_ixa->ixa_notify_cookie = connp->conn_sctp; in sctp_conn_init()