Searched refs:tcp_conn (Results 1 – 6 of 6) sorted by relevance
80 struct tcp_conn { /* kept in xprt->xp_p1 */ struct191 register struct tcp_conn *cd;198 cd = (struct tcp_conn *)mem_alloc(sizeof (struct tcp_conn));199 if (cd == (struct tcp_conn *)NULL) {264 register struct tcp_conn *cd = (struct tcp_conn *)xprt->xp_p1;275 mem_free((caddr_t)cd, sizeof (struct tcp_conn));316 ((struct tcp_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED;334 ((struct tcp_conn *)(xprt->xp_p1))->strm_stat =346 register struct tcp_conn *cd =347 (struct tcp_conn *)(xprt->xp_p1);[all …]
422 if (tcp->tcp_conn.tcp_opts_conn_req != NULL) { in tcp_conn_con()434 mp = tcp->tcp_conn.tcp_opts_conn_req; in tcp_conn_con()497 if (tcp->tcp_conn.tcp_opts_conn_req != NULL) in tcp_conn_con()498 tcp_close_mpp(&tcp->tcp_conn.tcp_opts_conn_req); in tcp_conn_con()706 ASSERT(tcp->tcp_conn.tcp_opts_conn_req == NULL); in tcp_tpi_connect()707 tcp->tcp_conn.tcp_opts_conn_req = conn_opts_mp; in tcp_tpi_connect()1248 conn_ind = tcp->tcp_conn.tcp_eager_conn_ind; in tcp_get_def_conn_ind()1249 tcp->tcp_conn.tcp_eager_conn_ind = NULL; in tcp_get_def_conn_ind()2013 tcp->tcp_conn.tcp_eager_conn_ind = mp; in tcp_send_conn_ind()
1423 tcp_close_mpp(&tcp->tcp_conn.tcp_eager_conn_ind); in tcp_free()1970 tcp_close_mpp(&tcp->tcp_conn.tcp_eager_conn_ind); in tcp_reinit()2228 ASSERT(tcp->tcp_conn.tcp_eager_conn_ind == NULL);4297 if (tcp->tcp_conn.tcp_opts_conn_req != NULL) in tcp_do_connect()4298 tcp_close_mpp(&tcp->tcp_conn.tcp_opts_conn_req); in tcp_do_connect()4305 if (tcp->tcp_conn.tcp_opts_conn_req != NULL) in tcp_do_connect()4306 tcp_close_mpp(&tcp->tcp_conn.tcp_opts_conn_req); in tcp_do_connect()
963 mp = eager->tcp_conn.tcp_eager_conn_ind; in tcp_fallback_eager()965 eager->tcp_conn.tcp_eager_conn_ind = NULL; in tcp_fallback_eager()
1540 ASSERT(eager->tcp_conn.tcp_eager_conn_ind == NULL); in tcp_input_listener()1549 eager->tcp_conn.tcp_eager_conn_ind = tpi_mp; in tcp_input_listener()3771 mblk_t *mp = tcp->tcp_conn.tcp_eager_conn_ind; in tcp_input_data()3774 tcp->tcp_conn.tcp_eager_conn_ind = NULL; in tcp_input_data()
335 } tcp_conn; member