Home
last modified time | relevance | path

Searched refs:tcp_detached (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp.c612 boolean_t tcp_detached = TCP_IS_DETACHED(tcp); in tcp_set_destination() local
700 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() local
2976 if (!tcp_detached) { in tcp_rwnd_set()
3000 if (tcp_detached) in tcp_rwnd_set()
[all …]
H A Dtcp_tpi.c965 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()
H A Dtcp_socket.c957 eager->tcp_detached = B_TRUE; in tcp_fallback_eager()
1160 tcp->tcp_detached = B_FALSE; in tcp_newconn_notify()
H A Dtcp_output.c560 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()
H A Dtcp_input.c998 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()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h213 tcp_detached : 1, /* If we're detached from a stream */ member
H A Dtcp_impl.h106 #define TCP_IS_DETACHED(tcp) ((tcp)->tcp_detached)
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h1258 tcp_detached : 1, /* If we're detached from a stream */ member