Searched refs:tcp_detached (Results 1 – 8 of 8) sorted by relevance
612 boolean_t tcp_detached = TCP_IS_DETACHED(tcp); in tcp_set_destination() local700 if (!tcp_detached) { in tcp_set_destination()993 tcp->tcp_detached = B_TRUE; in tcp_stop_lingering()1017 tcp->tcp_detached = B_TRUE; in tcp_stop_lingering()1285 ASSERT(tcp->tcp_detached); in tcp_closei_local()1435 tcp->tcp_detached = B_TRUE; in tcp_free()2134 tcp->tcp_detached = 0;2958 boolean_t tcp_detached = TCP_IS_DETACHED(tcp); in tcp_rwnd_set() local2976 if (!tcp_detached) { in tcp_rwnd_set()3000 if (tcp_detached) in tcp_rwnd_set()[all …]
965 ASSERT(eager->tcp_detached && !acceptor->tcp_detached); in tcp_accept_swap()978 acceptor->tcp_detached = B_TRUE; in tcp_accept_swap()1010 eager->tcp_detached = B_FALSE; in tcp_accept_swap()1070 tcp->tcp_detached = B_FALSE; in tcp_accept_finish()1644 ASSERT(acceptor->tcp_detached); in tcp_tli_accept()
957 eager->tcp_detached = B_TRUE; in tcp_fallback_eager()1160 tcp->tcp_detached = B_FALSE; in tcp_newconn_notify()
560 if (!(tcp->tcp_detached)) in tcp_wput_data()1610 tcp->tcp_detached = B_TRUE; in tcp_close_output()1658 tcp->tcp_detached = B_TRUE; in tcp_close_output()
998 ASSERT(eager->tcp_detached); in tcp_eager_kill()1494 eager->tcp_detached = B_TRUE; in tcp_input_listener()2492 if (tcp->tcp_detached || !pullupmsg(mp, -1)) { in tcp_input_data()4972 ASSERT(!tcp->tcp_detached); in tcp_input_data()
213 tcp_detached : 1, /* If we're detached from a stream */ member
106 #define TCP_IS_DETACHED(tcp) ((tcp)->tcp_detached)
1258 tcp_detached : 1, /* If we're detached from a stream */ member