Home
last modified time | relevance | path

Searched refs:tcp_eager_cleanup (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/inet/
H A Dtcp_impl.h581 extern void tcp_eager_cleanup(tcp_t *, boolean_t);
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c907 tcp_eager_cleanup(tcp, B_TRUE); in tcp_fallback_noneager()
H A Dtcp.c1844 tcp_eager_cleanup(tcp, 0); in tcp_disconnect_common()
3096 tcp_eager_cleanup(tcp, 0); in tcp_do_unbind()
H A Dtcp_tpi.c1348 tcp_eager_cleanup(listener, 1); in tcp_tli_accept()
H A Dtcp_output.c1464 tcp_eager_cleanup(tcp, IPCL_IS_NONSTR(connp) ? 1 : 0); in tcp_close_output()
H A Dtcp_input.c1073 tcp_eager_cleanup(tcp_t *listener, boolean_t q0_only) in tcp_eager_cleanup() function
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c300 static void tcp_eager_cleanup(tcp_t *, boolean_t, int);
796 tcp_eager_cleanup(tcp_t *listener, boolean_t q0_only, int sock_id) in tcp_eager_cleanup() function
909 tcp_eager_cleanup(tcp, 0, sock_id); in tcp_close()