Searched refs:tcp_eager_cleanup (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 581 extern void tcp_eager_cleanup(tcp_t *, boolean_t);
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 907 tcp_eager_cleanup(tcp, B_TRUE); in tcp_fallback_noneager()
|
H A D | tcp.c | 1844 tcp_eager_cleanup(tcp, 0); in tcp_disconnect_common() 3096 tcp_eager_cleanup(tcp, 0); in tcp_do_unbind()
|
H A D | tcp_tpi.c | 1348 tcp_eager_cleanup(listener, 1); in tcp_tli_accept()
|
H A D | tcp_output.c | 1464 tcp_eager_cleanup(tcp, IPCL_IS_NONSTR(connp) ? 1 : 0); in tcp_close_output()
|
H A D | tcp_input.c | 1073 tcp_eager_cleanup(tcp_t *listener, boolean_t q0_only) in tcp_eager_cleanup() function
|
/titanic_41/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 300 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()
|