According to http://opensolaris.org/jive/thread.jspa?messageID=240975, the 
tcp_conn is misplaced at conn_sqp.

So,

self->tcp = (tcp_t *)self->connp->conn_tcp;

may be

self->tcp = (tcp_t *)self->connp->conn_sqp;
-- 
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to