Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h672 extern void tcp_eager_cleanup(tcp_t *, boolean_t);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c914 tcp_eager_cleanup(tcp, B_TRUE); in tcp_fallback_noneager()
H A Dtcp_tpi.c1354 tcp_eager_cleanup(listener, 1); in tcp_tli_accept()
H A Dtcp.c1873 tcp_eager_cleanup(tcp, 0); in tcp_disconnect_common()
3132 tcp_eager_cleanup(tcp, 0); in tcp_do_unbind()
H A Dtcp_output.c1484 tcp_eager_cleanup(tcp, IPCL_IS_NONSTR(connp) ? 1 : 0); in tcp_close_output()
H A Dtcp_input.c1197 tcp_eager_cleanup(tcp_t *listener, boolean_t q0_only) in tcp_eager_cleanup() function
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c299 static void tcp_eager_cleanup(tcp_t *, boolean_t, int);
795 tcp_eager_cleanup(tcp_t *listener, boolean_t q0_only, int sock_id) in tcp_eager_cleanup() function
908 tcp_eager_cleanup(tcp, 0, sock_id); in tcp_close()